Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
425eccf
)
python: Removed debug message in proto.py.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 22 Oct 2010 14:26:18 +0000
(16:26 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 22 Oct 2010 14:26:18 +0000
(16:26 +0200)
python/ashd/proto.py
patch
|
blob
|
blame
|
history
diff --git
a/python/ashd/proto.py
b/python/ashd/proto.py
index
2c040c1
..
12c44bd
100644
(file)
--- 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")