aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_tcp.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_tcp.py')
-rw-r--r--test/test_tcp.py1
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()