diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-07-19 22:30:06 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-07-22 15:30:34 +0200 |
commit | 3cf6bd5fb61d0b84033f4c86b3fc4a99d5287ac1 (patch) | |
tree | b138354fbc576a3450e21fec8ee703f0bfcff816 /libpathod/pathod.py | |
parent | 1a9c1a8c2d6ccedd2248a676a6b3235c8cf86147 (diff) | |
download | mitmproxy-3cf6bd5fb61d0b84033f4c86b3fc4a99d5287ac1.tar.gz mitmproxy-3cf6bd5fb61d0b84033f4c86b3fc4a99d5287ac1.tar.bz2 mitmproxy-3cf6bd5fb61d0b84033f4c86b3fc4a99d5287ac1.zip |
remove debug prints
Diffstat (limited to 'libpathod/pathod.py')
-rw-r--r-- | libpathod/pathod.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpathod/pathod.py b/libpathod/pathod.py index 63dd1a15..e634d7c2 100644 --- a/libpathod/pathod.py +++ b/libpathod/pathod.py @@ -133,7 +133,6 @@ class PathodHandler(tcp.BaseHandler): return None, None if isinstance(req, http.ConnectRequest): - print([req.host, req.port, req.path]) return self.protocol.handle_http_connect([req.host, req.port, req.path], lg) method = req.method |