remove faulty debug print
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sat, 4 Mar 2006 17:24:14 +0000 (17:24 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sat, 4 Mar 2006 17:24:14 +0000 (17:24 +0000)
lib/python/Plugins/Extensions/ZappingAlternatives/plugin.py

index d3e8012..e0d626a 100644 (file)
@@ -187,7 +187,6 @@ class AlternativeZapping(Screen):
 
                        for x in alternativelist:
                                self.alternativeslist.append((ServiceReference(x).getServiceName(), x))
-                               print ServiceReference(x).frontendStatusInfo().getFrontendData(True)
                        
                self["alternativeslist"].l.setList(self.alternativeslist)