Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/talogo.py
diff options
context:
space:
mode:
Diffstat (limited to 'talogo.py')
-rw-r--r--talogo.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/talogo.py b/talogo.py
index 2a24ec3..13d4c69 100644
--- a/talogo.py
+++ b/talogo.py
@@ -987,7 +987,6 @@ class LogoCode:
if int(float(x)) == x:
x = int(x)
self.boxes[name+str(x)] = val
- print self.boxes
def prim_push(self, val):
""" Push value onto FILO """