revert unintended commit of debugging

- Legacy-Id: 18747
This commit is contained in:
Robert Sparks 2020-12-10 17:07:44 +00:00
parent b673e9f836
commit 4a12278a39

View file

@ -1903,9 +1903,6 @@ class ApiSubmitTests(TestCase):
data['xml'], author = submission_file(name, rev, group, 'xml', "test_submission.xml", author=author, email=email, title=title, year=year)
data['user'] = email
r = self.client.post(url, data)
debug.show('url')
debug.show('r')
debug.show('r.content')
return r, author, name
def test_api_submit_info(self):