remove some debug prints
[enigma2.git] / lib / python / Components / NimManager.py
index 3bc47ec366d380c01f6aba0d0a04ba99db1f49e2..183f9d2d528d5250dbf7a868af5930f251d610b5 100644 (file)
@@ -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) )