X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=python%2Fashd%2Fproto.py;h=12c44bdaf79ea978693b2e1865f3c6af11ae22f4;hp=2c040c160e39da2a00fae5ed0e71a279ec8471ec;hb=4d7cf6cba43bf1dc072b571d1b62cf214d9a7a10;hpb=425eccf6ca68d64c65649b34074470e524749f69 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")