Fixed socket communication debugging mechanism
authorLaurent Bessard
Wed, 20 Feb 2013 19:00:10 +0100
changeset 24 04205032298b
parent 23 41616a8c80a7
child 25 c5b5509bd224
Fixed socket communication debugging mechanism
LPCManager.py
--- a/LPCManager.py	Wed Feb 20 18:46:26 2013 +0100
+++ b/LPCManager.py	Wed Feb 20 19:00:10 2013 +0100
@@ -1814,7 +1814,7 @@
         if idx != -1:
             line = self.Buffer[:idx+1]
             self.Buffer = self.Buffer[idx+1:]
-            if True:#BMZ_DBG:
+            if BMZ_DBG:
                 print "command >"+line+str(len(line))
             return line
         return ""