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