Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2013-01-19 00:26:10 (GMT)
committer Walter Bender <walter.bender@gmail.com>2013-01-19 00:26:10 (GMT)
commite2b87a1624287207117a04f67f3abd5604f1c4da (patch)
tree362683c148e58761584b4c39656cfd381cd5e469
parentf651ba457b9cb6afacd295fcffecdd9d79ab9d65 (diff)
remove debugging print statement
-rw-r--r--TurtleArt/tabasics.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/TurtleArt/tabasics.py b/TurtleArt/tabasics.py
index 42eb1e1..663618e 100644
--- a/TurtleArt/tabasics.py
+++ b/TurtleArt/tabasics.py
@@ -1352,7 +1352,6 @@ variable'))
def _string_to_num(self, x):
""" Try to comvert a string to a number """
- print x
if type(x) is float:
return(x)
if type(x) is int: