From 4d7cf6cba43bf1dc072b571d1b62cf214d9a7a10 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Fri, 22 Oct 2010 16:26:18 +0200 Subject: [PATCH] python: Removed debug message in proto.py. --- python/ashd/proto.py | 1 - 1 file changed, 1 deletion(-) 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") -- 2.11.0