remove debug code
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 15 Jan 2007 15:55:33 +0000 (15:55 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 15 Jan 2007 15:55:33 +0000 (15:55 +0000)
lib/python/Components/Sources/FrontendStatus.py

index d931177..60b7010 100644 (file)
@@ -16,7 +16,6 @@ class FrontendStatus(Source):
                self.snr = self.agc = self.ber = self.lock = None
 
        def updateFrontendStatus(self):
-               print "updateFrontendStatus"
                status = self.getFrontendStatus()
                if not status:
                        self.invalidate()