diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-06-25 10:33:35 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-06-25 10:33:35 +1200 |
commit | 94a7770a9404cf0da3a0bab5064976ba26e9762f (patch) | |
tree | a56c0eecb699962f55a96186b95a181775aaafce /libpathod/pathod.py | |
parent | 0e15b9436890a60c8657b1d5df41f3bf1c4f9eb8 (diff) | |
download | mitmproxy-94a7770a9404cf0da3a0bab5064976ba26e9762f.tar.gz mitmproxy-94a7770a9404cf0da3a0bab5064976ba26e9762f.tar.bz2 mitmproxy-94a7770a9404cf0da3a0bab5064976ba26e9762f.zip |
Output warning info to log fp using logging methods
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 fc63da18..e6c83185 100644 --- a/libpathod/pathod.py +++ b/libpathod/pathod.py @@ -314,7 +314,6 @@ class PathodHandler(tcp.BaseHandler): self.server.craftanchor )]) - if anchor_gen: spec = anchor_gen.next() |