From 75745cb0af9a9b13d075355524947e70209d484b Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 8 Dec 2013 13:04:27 +1300 Subject: [PATCH] Zap stray print in tests. --- test/test_tcp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_tcp.py b/test/test_tcp.py index 8fa151af8..f45acb001 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()