From: Fredrik Tolf Date: Fri, 22 Oct 2010 14:26:18 +0000 (+0200) Subject: python: Removed debug message in proto.py. X-Git-Tag: 0.4~15 X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=4d7cf6cba43bf1dc072b571d1b62cf214d9a7a10 python: Removed debug message in proto.py. --- diff --git a/python/ashd/proto.py b/python/ashd/proto.py index 2c040c1..12c44bd 100644 --- a/python/ashd/proto.py +++ b/python/ashd/proto.py @@ -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")