Skip to content

Commit 484293d

Browse files
committed
Remove debug print
- Legacy-Id: 6048
1 parent 867f7a8 commit 484293d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/idrfc/tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,6 @@ def test_doc_change_shepherd_writeup(self):
14251425

14261426
# direct edit
14271427
r = self.client.post(url,dict(content='here is a new writeup',submit_response="1"))
1428-
print r.content
14291428
self.assertEquals(r.status_code,302)
14301429
self.doc = Document.objects.get(name=self.docname)
14311430
self.assertTrue(self.doc.latest_event(WriteupDocEvent,type="changed_protocol_writeup").text.startswith('here is a new writeup'))

0 commit comments

Comments
 (0)