diff --git a/integration/test_web.py b/integration/test_web.py index e3a340d44..c04b91c51 100644 --- a/integration/test_web.py +++ b/integration/test_web.py @@ -219,7 +219,6 @@ def test_status(alice): if "Total Size: {}".format(len(FILE_CONTENTS)) in resp.content: found_upload = True elif href.startswith(u'down'): - print(href) assert "File Download Status" in resp.content if "Total Size: {}".format(len(FILE_CONTENTS)) in resp.content: found_download = True