less useless debug output
authorrealraum <realraum@realraum.at>
Fri, 30 Jul 2010 03:10:59 +0000 (03:10 +0000)
committerrealraum <realraum@realraum.at>
Fri, 30 Jul 2010 03:10:59 +0000 (03:10 +0000)
play-sound-status.py

index 9edc90a..2e6b34c 100755 (executable)
@@ -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")