Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
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 = ''