Removed a forgotten print

This commit is contained in:
Raoul Snyman 2017-03-27 17:32:56 -07:00
parent a204d8a06d
commit 336ec0b54f
1 changed files with 0 additions and 1 deletions

View File

@ -299,7 +299,6 @@ class TestSongMaintenanceForm(TestCase, TestMixin):
"""
Test the check_author_exists() method
"""
print(dir(self.form))
# GIVEN: A bunch of mocked out stuff
MockedAuthor.first_name = 'John'
MockedAuthor.last_name = 'Newton'