diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2016-06-02 17:54:34 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2016-06-02 17:54:34 +1200 |
commit | 5e123844865715085cb3ab06f264c0c3032458c4 (patch) | |
tree | 09d558a1e5731f87f626a2b3220c74121b6ec99b | |
parent | 92decf96dda3704c3a303399e0e7a0920e130b95 (diff) | |
download | mitmproxy-5e123844865715085cb3ab06f264c0c3032458c4.tar.gz mitmproxy-5e123844865715085cb3ab06f264c0c3032458c4.tar.bz2 mitmproxy-5e123844865715085cb3ab06f264c0c3032458c4.zip |
Remove debug print
-rw-r--r-- | pathod/test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pathod/test.py b/pathod/test.py index 7e597a72..c6e2caae 100644 --- a/pathod/test.py +++ b/pathod/test.py @@ -56,7 +56,6 @@ class Daemon: start = time.time() while True: l = self.log() - print l if time.time() - start >= timeout: return None if len(l) >= n: |