Remove debug print

- Legacy-Id: 6048
This commit is contained in:
Ole Laursen 2013-08-13 15:43:56 +00:00
parent 867f7a8149
commit 484293d190

View file

@ -1425,7 +1425,6 @@ class IndividualInfoFormsTestCase(django.test.TestCase):
# direct edit
r = self.client.post(url,dict(content='here is a new writeup',submit_response="1"))
print r.content
self.assertEquals(r.status_code,302)
self.doc = Document.objects.get(name=self.docname)
self.assertTrue(self.doc.latest_event(WriteupDocEvent,type="changed_protocol_writeup").text.startswith('here is a new writeup'))