Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/talogo.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-05-04 15:35:57 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-05-04 15:35:57 (GMT)
commit585ca18fcd1cb1e6ae05fa95fa4f440a8cd8dba1 (patch)
tree245af81b5d8805c3874e07e0ec78c493172f4a91 /talogo.py
parentbaffa10371cebbe0c0677797c0aaf6fd468c898e (diff)
cleanup samples
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 """