]> www.dolda2000.com Git - ashd.git/blobdiff - python/ashd/proto.py
python: Removed debug message in proto.py.
[ashd.git] / python / ashd / proto.py
index 2c040c160e39da2a00fae5ed0e71a279ec8471ec..12c44bdaf79ea978693b2e1865f3c6af11ae22f4 100644 (file)
@@ -55,7 +55,6 @@ def recvreq(sock = 0):
     if fd is None:
         return None
     try:
-        print repr(data)
         parts = data.split('\0')[:-1]
         if len(parts) < 5:
             raise protoerr("Truncated request")