aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-17 22:45:09 -0700
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-17 22:45:09 -0700
commit09b90fce9eb326c039e8f6524828bbc59eb12293 (patch)
tree80ba669675a3a52766a8ec6c56ae7d63d861f7cf /test
parenteeccb2faa0120bc04279819a18a6f1ed077b2946 (diff)
downloadmitmproxy-09b90fce9eb326c039e8f6524828bbc59eb12293.tar.gz
mitmproxy-09b90fce9eb326c039e8f6524828bbc59eb12293.tar.bz2
mitmproxy-09b90fce9eb326c039e8f6524828bbc59eb12293.zip
remove debug print
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/test_flow_export.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/mitmproxy/test_flow_export.py b/test/mitmproxy/test_flow_export.py
index 516ee4eb..035f07b7 100644
--- a/test/mitmproxy/test_flow_export.py
+++ b/test/mitmproxy/test_flow_export.py
@@ -108,7 +108,6 @@ class TestExportLocustCode():
def test_post(self):
p = req_post()
- print p
p.content = '''content'''
p.headers = ''
flow = tutils.tflow(req=p)