aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-06-26 19:00:32 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-06-26 19:00:32 +0000
commit21006e5dadcc191222dd103b163b1bbd9f76c742 (patch)
tree04262516e6d120396ca418c489124d233950913d /lib/python/Components
parentc8fb1149d64afb4faad18e66ee9f9f5e97eb067f (diff)
downloadenigma2-21006e5dadcc191222dd103b163b1bbd9f76c742.tar.gz
enigma2-21006e5dadcc191222dd103b163b1bbd9f76c742.zip
remove debug message
Diffstat (limited to 'lib/python/Components')
-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 778b4363..6682e829 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 "update frontend status. %d downstream elements" % len(self.downstream_elements)
feinfo = self.getFrontendInfo()
if feinfo is None:
self.invalidate()