From: Felix Domke Date: Mon, 26 Jun 2006 19:00:32 +0000 (+0000) Subject: remove debug message X-Git-Tag: 2.6.0~3262 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/21006e5dadcc191222dd103b163b1bbd9f76c742 remove debug message --- 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()