aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/NimManager.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/NimManager.py')
-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) )