aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/pathod.py
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/pathod.py')
-rw-r--r--libpathod/pathod.py1
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