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 d3e80126578305b2f88a08dfb897e16e95aedb8b..e0d626ac499a902398b61bdda7b472fb0dc44a66 100644 (file)
@@ -187,7 +187,6 @@ class AlternativeZapping(Screen):
 
                        for x in alternativelist:
                                self.alternativeslist.append((ServiceReference(x).getServiceName(), x))
 
                        for x in alternativelist:
                                self.alternativeslist.append((ServiceReference(x).getServiceName(), x))
-                               print ServiceReference(x).frontendStatusInfo().getFrontendData(True)
                        
                self["alternativeslist"].l.setList(self.alternativeslist)
                        
                        
                self["alternativeslist"].l.setList(self.alternativeslist)