diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2013-12-08 13:04:27 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2013-12-08 13:04:27 +1300 |
commit | 75745cb0af9a9b13d075355524947e70209d484b (patch) | |
tree | 7518c071b8d2c3a2cea48f77538051d737e44d96 /test/test_tcp.py | |
parent | 98a580cf69f781f673701679623522f33389364f (diff) | |
download | mitmproxy-75745cb0af9a9b13d075355524947e70209d484b.tar.gz mitmproxy-75745cb0af9a9b13d075355524947e70209d484b.tar.bz2 mitmproxy-75745cb0af9a9b13d075355524947e70209d484b.zip |
Zap stray print in tests.
Diffstat (limited to 'test/test_tcp.py')
-rw-r--r-- | test/test_tcp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_tcp.py b/test/test_tcp.py index 8fa151af..f45acb00 100644 --- a/test/test_tcp.py +++ b/test/test_tcp.py @@ -38,7 +38,6 @@ class ClientCipherListHandler(tcp.BaseHandler): sni = None def handle(self): - print self.connection.get_cipher_list() self.wfile.write("%s"%self.connection.get_cipher_list()) self.wfile.flush() |