remove debug print

This commit is contained in:
Thomas Kriechbaumer 2016-05-17 22:45:09 -07:00
parent eeccb2faa0
commit 09b90fce9e

View File

@ -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)