aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/FrontendStatus.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-15 15:55:33 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-15 15:55:33 +0000
commit30cff3e17352e30c50d01b5cf03fbd8f762b4c75 (patch)
tree12aa0505ad96eecd6f102717db5aca5a94ed90a0 /lib/python/Components/Sources/FrontendStatus.py
parentb9bda8a0d43be892f2e5d96ea45ba8d4b2fdae20 (diff)
downloadenigma2-30cff3e17352e30c50d01b5cf03fbd8f762b4c75.tar.gz
enigma2-30cff3e17352e30c50d01b5cf03fbd8f762b4c75.zip
remove debug code
Diffstat (limited to 'lib/python/Components/Sources/FrontendStatus.py')
-rw-r--r--lib/python/Components/Sources/FrontendStatus.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Components/Sources/FrontendStatus.py b/lib/python/Components/Sources/FrontendStatus.py
index d9311771..60b70102 100644
--- a/lib/python/Components/Sources/FrontendStatus.py
+++ b/lib/python/Components/Sources/FrontendStatus.py
@@ -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()