Remove debug print

- Legacy-Id: 6004
This commit is contained in:
Ole Laursen 2013-08-09 15:57:47 +00:00
parent 154a4b6b23
commit ed7d8f2dd5

View file

@ -437,7 +437,6 @@ class MilestoneTestCase(django.test.TestCase):
'm1-accept': "accept",
'action': "save",
})
print r.content
self.assertEquals(r.status_code, 302)
m = GroupMilestone.objects.get(pk=m1.pk)