Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-02-12 20:41:05 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-02-12 20:41:05 (GMT)
commitae495be3818cfc5a3ac5af8f81208ba2560a8eec (patch)
tree3fac801f8545914671c3008a9b1a59c2df662dac /tawindow.py
parent686daee07f46c4f53f90d20957c9ddbefcae28d2 (diff)
removing sensors from release version; adding keyboard input
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