From 0e08ee9d35c5cf9e618280144892a1798fb8a8ad Mon Sep 17 00:00:00 2001 From: realraum Date: Fri, 30 Jul 2010 03:10:59 +0000 Subject: [PATCH] less useless debug output --- play-sound-status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play-sound-status.py b/play-sound-status.py index 9edc90a..2e6b34c 100755 --- a/play-sound-status.py +++ b/play-sound-status.py @@ -310,7 +310,7 @@ while True: line = conn.readline() logging.debug("Got Line: " + line) - uwscfg.checkConfigUpdates() + #uwscfg.checkConfigUpdates() if line == "": raise Exception("EOF on Socket, daemon seems to have quit") -- 1.7.10.4