aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/pathod.py
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/pathod.py')
-rw-r--r--pathod/pathod.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pathod/pathod.py b/pathod/pathod.py
index af5f9e6a..7795df0e 100644
--- a/pathod/pathod.py
+++ b/pathod/pathod.py
@@ -112,7 +112,6 @@ class PathodHandler(tcp.BaseHandler):
return None, response_log
return self.handle_http_request, response_log
-
def handle_http_request(self, logger):
"""
Returns a (handler, log) tuple.