From fc5545ccdebab55ff503790c2a0b3d534411a55d Mon Sep 17 00:00:00 2001 From: Nathan Aclander Date: Mon, 11 Jan 2016 21:59:04 -0800 Subject: [PATCH] Remove a print from tproxy used for debug Closes: #61 --- sshuttle/methods/tproxy.py | 1 - 1 file changed, 1 deletion(-) 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):