diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-05-17 22:45:09 -0700 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-05-17 22:45:09 -0700 |
commit | 09b90fce9eb326c039e8f6524828bbc59eb12293 (patch) | |
tree | 80ba669675a3a52766a8ec6c56ae7d63d861f7cf | |
parent | eeccb2faa0120bc04279819a18a6f1ed077b2946 (diff) | |
download | mitmproxy-09b90fce9eb326c039e8f6524828bbc59eb12293.tar.gz mitmproxy-09b90fce9eb326c039e8f6524828bbc59eb12293.tar.bz2 mitmproxy-09b90fce9eb326c039e8f6524828bbc59eb12293.zip |
remove debug print
-rw-r--r-- | test/mitmproxy/test_flow_export.py | 1 |
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) |