summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Aclander <naclander@linux.ucla.edu>2016-01-11 21:59:04 -0800
committerBrian May <brian@linuxpenguins.xyz>2016-01-13 19:00:08 +1100
commitfc5545ccdebab55ff503790c2a0b3d534411a55d (patch)
tree3da48e19b1e0d8094eeab211793071a7d2492168
parent629c386dc5e72eed9f442993d379263d68064547 (diff)
Remove a print from tproxy used for debug
Closes: #61
-rw-r--r--sshuttle/methods/tproxy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sshuttle/methods/tproxy.py b/sshuttle/methods/tproxy.py
index 03353b8..5094962 100644
--- a/sshuttle/methods/tproxy.py
+++ b/sshuttle/methods/tproxy.py
@@ -59,7 +59,6 @@ if recvmsg == "python":
ip = socket.inet_ntop(family, cmsg_data[start:start + length])
dstip = (ip, port)
break
- print("xxxxx", srcip, dstip)
return (srcip, dstip, data)
elif recvmsg == "socket_ext":
def recv_udp(listener, bufsize):