From ae495be3818cfc5a3ac5af8f81208ba2560a8eec Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 12 Feb 2009 20:41:05 +0000 Subject: removing sensors from release version; adding keyboard input --- (limited to 'tawindow.py') 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 -- cgit v0.9.1