add ability to download e2-plugins via PluginBrowser
[enigma2.git] / lib / python / Components / ConditionalWidget.py
index 031a10613447a2868deb3271685b2171c0fb3dbc..b77d8658b1149f320f4d67fc7833ce5b7dc71ee3 100644 (file)
@@ -89,12 +89,10 @@ class BlinkingWidget(Widget):
                                self.showWidget()
                        
        def startBlinking(self):
-               print "****************************** Start blinking"
                self.blinking = True
                self.timer.start(self.blinktime)
                
        def stopBlinking(self):
-               print "****************************** Stop blinking"
                self.blinking = False
                if (self.state == self.SHOWN):
                        self.hideWidget()