diff -r 41616a8c80a7 -r 04205032298b 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 ""