aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-19 01:52:12 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-19 01:52:12 +0000
commite854296fa3301e16885ff959bb083b0f18919c44 (patch)
tree018c075cf9f40ee99af509060a7885870a1eb739 /lib/python/Components
parentea7954734548f81c7419e6b8007800bcf3f12169 (diff)
downloadenigma2-e854296fa3301e16885ff959bb083b0f18919c44.tar.gz
enigma2-e854296fa3301e16885ff959bb083b0f18919c44.zip
remove some debug prints
this commit breaks enigma2... sorry... the automatic scan throws a "KeyError" but the serviceselection looks nicer now :)
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/NimManager.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index 3bc47ec3..183f9d2d 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -129,9 +129,7 @@ class NimManager:
#print "found sat " + attrs.get('name',"") + " " + str(attrs.get('position',""))
tpos = int(attrs.get('position',""))
if tpos < 0:
- print "negative"
tpos = 3600 + tpos
- print "[NimManager.py] tpos:", tpos
tname = attrs.get('name',"")
self.satellites[tpos] = tname
self.satList.append( (tname, tpos) )