aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pathod.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-07-19 22:30:06 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-07-22 15:30:34 +0200
commit3cf6bd5fb61d0b84033f4c86b3fc4a99d5287ac1 (patch)
treeb138354fbc576a3450e21fec8ee703f0bfcff816 /test/test_pathod.py
parent1a9c1a8c2d6ccedd2248a676a6b3235c8cf86147 (diff)
downloadmitmproxy-3cf6bd5fb61d0b84033f4c86b3fc4a99d5287ac1.tar.gz
mitmproxy-3cf6bd5fb61d0b84033f4c86b3fc4a99d5287ac1.tar.bz2
mitmproxy-3cf6bd5fb61d0b84033f4c86b3fc4a99d5287ac1.zip
remove debug prints
Diffstat (limited to 'test/test_pathod.py')
-rw-r--r--test/test_pathod.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_pathod.py b/test/test_pathod.py
index 4adc9c22..1f127586 100644
--- a/test/test_pathod.py
+++ b/test/test_pathod.py
@@ -284,5 +284,4 @@ class TestHTTP2(tutils.DaemonTests):
def test_http2(self):
r, _ = self.pathoc(["GET:/"], ssl=True, use_http2=True)
- print(r)
assert r[0].status_code == "800"