mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-31 15:28:50 +00:00
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
Block a user