Skip to content

Commit d284c56

Browse files
committed
Removed a print statement from a test.
- Legacy-Id: 15758
1 parent 3fdaf0d commit d284c56

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/secr/meetings/tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ def test_meetings_nonsession_add_valid(self):
298298
'group':group.pk,
299299
'location': room.pk,
300300
})
301-
print response.content
302301
self.assertRedirects(response, url)
303302
session = Session.objects.filter(meeting=meeting, name='Testing').first()
304303
self.assertTrue(session)

0 commit comments

Comments
 (0)