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.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tawindow.py b/tawindow.py
index 0868102..b5b7a3c 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -1218,7 +1218,6 @@ class TurtleArtWindow():
"""
def _number_check(self):
n = self.selected_blk.spr.labels[0].replace(CURSOR,'')
- print "(%s, %s)" % (self.selected_blk.spr.labels[0], n)
if n in ['-', '.', '-.']:
n = 0
if n is not None:
@@ -1248,7 +1247,6 @@ class TurtleArtWindow():
#
def numcheck(new, old):
- print "old: %s, new: %s" % (str(old), str(new))
n = new.replace(CURSOR,'')
if n is '':
return "0"