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@walter-laptop.(none)>2009-10-11 21:16:42 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-10-11 21:16:42 (GMT)
commit04d52f849bc47859d1322077c92f4675d80cb51a (patch)
tree96b9ea4e5e18491277c1d15cb71ad2325d2668c9 /talogo.py
parent6d18312e476d7f2e96d8aff9157d85d055f3c605 (diff)
remove extranious print statements
Diffstat (limited to 'talogo.py')
-rw-r--r--talogo.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/talogo.py b/talogo.py
index f0ecc65..fdee6c4 100644
--- a/talogo.py
+++ b/talogo.py
@@ -1014,8 +1014,6 @@ def kbinput(lc):
lc.tw.keypress = ""
def showlabel(lc,label):
- print "showlabel: " + str(label)
- print lc
if label=='#nostack':
shp = 'nostack'
label=''
@@ -1042,7 +1040,6 @@ def showlabel(lc,label):
label=''
else:
shp = 'status'
- print shp
setshape(lc.tw.status_spr, lc.tw.status_shapes[shp])
setlabel(lc.tw.status_spr, label)
setlayer(lc.tw.status_spr, 710)