remove debug

This commit is contained in:
meejah 2019-08-24 12:37:49 -06:00
parent 489f4677c0
commit bdd3531555

View File

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