Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/deck.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-03 18:53:50 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-03 18:53:50 (GMT)
commitb085953a8c6231487a57e0625a1ef948c77ffd89 (patch)
tree0694576b1a41ef9047ceee3a05c267c9a810bf0b /deck.py
parent5b49c1be20c4bc38d605d832362f721fecb24c19 (diff)
clean up
Diffstat (limited to 'deck.py')
-rw-r--r--deck.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/deck.py b/deck.py
index f6918a4..b8bb21a 100644
--- a/deck.py
+++ b/deck.py
@@ -44,7 +44,6 @@ class Deck:
fill_range = FILLS
else:
fill_range = 1
- print "fill range is %d" % (fill_range)
# Initialize the deck of cards by looping through all the patterns
for shape in range(0, SHAPES):
for color in range(0, COLORS):