Skip to content

Commit 48bab56

Browse files
committed
Removed a print() call
- Legacy-Id: 16420
1 parent 472a3ed commit 48bab56

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/submit/tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,6 @@ def test_search_for_submission_and_edit_as_secretariat(self):
818818

819819
# status page as unpriviliged => no edit button
820820
r = self.client.get(unprivileged_status_url)
821-
print(r.content)
822821
self.assertContains(r, "Submission status of %s" % name)
823822
q = PyQuery(r.content)
824823
adjust_button = q('[type=submit]:contains("Adjust")')

0 commit comments

Comments
 (0)