Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-04-29 11:08:00 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-04-29 11:08:00 (GMT)
commite15758c1257c164e4c5bd079bdf6f417f99cfe6f (patch)
tree27e95f5f38e1a408d042197495f2660a3845d533
parent8b31606a5a4c225859b395b81e6345c5eec33b71 (diff)
removed spurious print statementv87
-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 """