diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-01-15 15:55:33 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-01-15 15:55:33 +0000 |
| commit | 30cff3e17352e30c50d01b5cf03fbd8f762b4c75 (patch) | |
| tree | 12aa0505ad96eecd6f102717db5aca5a94ed90a0 /lib/python/Components | |
| parent | b9bda8a0d43be892f2e5d96ea45ba8d4b2fdae20 (diff) | |
| download | enigma2-30cff3e17352e30c50d01b5cf03fbd8f762b4c75.tar.gz enigma2-30cff3e17352e30c50d01b5cf03fbd8f762b4c75.zip | |
remove debug code
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/Sources/FrontendStatus.py | 1 |
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() |
