Zap stray print in tests.
This commit is contained in:
parent
98a580cf69
commit
75745cb0af
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue