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 d9311771a4da7d4554f70736bb2bb1d3cc459608..60b701026549cb7e18bbd9aa3d5de5904eef6a81 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()