Removed a print statement from a test.

- Legacy-Id: 15758
This commit is contained in:
Henrik Levkowetz 2018-11-12 14:11:34 +00:00
parent 3fdaf0d572
commit d284c56ed5

View file

@ -298,7 +298,6 @@ class SecrMeetingTestCase(TestCase):
'group':group.pk,
'location': room.pk,
})
print response.content
self.assertRedirects(response, url)
session = Session.objects.filter(meeting=meeting, name='Testing').first()
self.assertTrue(session)