diff --git a/test/socks.py b/test/socks.py index d12f47314..ccaa443bc 100644 --- a/test/socks.py +++ b/test/socks.py @@ -56,7 +56,7 @@ def forward(source, dest, name): send(dest, CLOSE) debug('%s hung up' % name) return - debug('Sending (%d) %r' % (len(data), data)) +# debug('Sending (%d) %r' % (len(data), data)) send(dest, data) def spawn_forwarder(source, dest, name):