Skip to content

Commit 4a12278

Browse files
committed
revert unintended commit of debugging
- Legacy-Id: 18747
1 parent b673e9f commit 4a12278

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ietf/submit/tests.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1903,9 +1903,6 @@ def do_post_submission(self, rev, author=None, name=None, group=None, email=None
19031903
data['xml'], author = submission_file(name, rev, group, 'xml', "test_submission.xml", author=author, email=email, title=title, year=year)
19041904
data['user'] = email
19051905
r = self.client.post(url, data)
1906-
debug.show('url')
1907-
debug.show('r')
1908-
debug.show('r.content')
19091906
return r, author, name
19101907

19111908
def test_api_submit_info(self):

0 commit comments

Comments
 (0)