Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-08-21 22:11:36 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-08-21 22:11:36 (GMT)
commit1ecc519b78b7743c94861d9b91407060e45d0a9e (patch)
treec58725ef69d2ece7227584b3186b1dca3c98b97a
parent6b2f360241b3748b1770e107886b071d82b0de92 (diff)
remove debugging print statement
-rwxr-xr-xturtleblocks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/turtleblocks.py b/turtleblocks.py
index d00d756..8bba2ff 100755
--- a/turtleblocks.py
+++ b/turtleblocks.py
@@ -241,7 +241,6 @@ return %s(self)" % (p, P, P)
self.tw.coord_scale = 1
else:
self._do_rescale_cb(None)
- print 'set override after', self.tw.coord_scale
if self.tw.coord_scale != 1:
self._setting_gconf_overrides = True
self.coords.set_active(True)