From 1ecc519b78b7743c94861d9b91407060e45d0a9e Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 21 Aug 2013 22:11:36 +0000 Subject: remove debugging print statement --- (limited to 'turtleblocks.py') 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) -- cgit v0.9.1