Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tawindow.py b/tawindow.py
index ca552cd..0b3744f 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -516,7 +516,7 @@ def runbutton(tw, time):
# no start block, so run a stack that isn't a hat
for b in blocks(tw):
if find_block_to_run(tw, b):
- print "running " + b.proto.name
+ # print "running " + b.proto.name
tw.step_time = time
run_stack(tw, b)
return