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)>2010-02-06 15:07:35 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-06 15:07:35 (GMT)
commit4610b5c72844e326feeee495ea109a860b025539 (patch)
treed71e956c975d932ea47eeba984769567fbbc8ffe /tawindow.py
parentcf8b240efcc891b2ba1756e9b82f467336a536e6 (diff)
cleaning up
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tawindow.py b/tawindow.py
index 3373f85..4959d5d 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -1885,7 +1885,6 @@ class TurtleArtWindow():
return True
def showlabel(self, shp, label=''):
- print "shp: %s, label: %s" % (shp, label)
if shp == 'syntaxerror' and label != '':
shp = label[1:]
label = ''