aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/Sources')
-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()