Zap stray print in tests.

This commit is contained in:
Aldo Cortesi 2013-12-08 13:04:27 +13:00
parent 98a580cf69
commit 75745cb0af

View File

@ -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()