Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taexportlogo.py
diff options
context:
space:
mode:
Diffstat (limited to 'taexportlogo.py')
-rw-r--r--taexportlogo.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/taexportlogo.py b/taexportlogo.py
index 5166929..7d8df25 100644
--- a/taexportlogo.py
+++ b/taexportlogo.py
@@ -1,4 +1,4 @@
-#Copyright (c) 2007-9, Playful Invention Company.
+#Copyright (c) 2008-9, Walter Bender
#Permission is hereby granted, free of charge, to any person obtaining a copy
#of this software and associated documentation files (the "Software"), to deal
@@ -287,9 +287,6 @@ def walk_stack(self, tw, spr):
if spr == top:
# only walk the stack if the block is the top block
code = talogo.run_blocks(tw.lc, top, tawindow.blocks(tw), False)
- print ">> "
- print code
- print " <<"
return code
else:
# not top of stack, then return empty list