From: realraum <realraum@realraum.at>
Date: Fri, 30 Jul 2010 03:10:59 +0000 (+0000)
Subject: less useless debug output
X-Git-Url: https://git.realraum.at/?a=commitdiff_plain;h=0e08ee9d35c5cf9e618280144892a1798fb8a8ad;p=svn42.git

less useless debug output
---

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")