diff --git a/cards.asy b/cards.asy index 7f9ace8..15b2a56 100644 --- a/cards.asy +++ b/cards.asy @@ -102,7 +102,3 @@ path[] recursive_card(int value, int suit, int depth=4, bool outermost=true) { } return result; } - -//filldraw(card, white, black); -//fill(recursive_card(6, BLADES), evenodd+red); -