From 30cff3e17352e30c50d01b5cf03fbd8f762b4c75 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 15 Jan 2007 15:55:33 +0000 Subject: [PATCH] remove debug code --- lib/python/Components/Sources/FrontendStatus.py | 1 - 1 file changed, 1 deletion(-) 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() -- 2.30.2