1
0
mirror of https://gitlab.com/openlp/openlp.git synced 2024-09-28 19:07:35 +00:00

Removed a forgotten print

This commit is contained in:
Raoul Snyman 2017-03-27 17:32:56 -07:00
parent a204d8a06d
commit 336ec0b54f

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'