diff --git a/tests/interfaces/openlp_plugins/songs/forms/test_songmaintenanceform.py b/tests/interfaces/openlp_plugins/songs/forms/test_songmaintenanceform.py index 8a5ca6383..de336bd88 100644 --- a/tests/interfaces/openlp_plugins/songs/forms/test_songmaintenanceform.py +++ b/tests/interfaces/openlp_plugins/songs/forms/test_songmaintenanceform.py @@ -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'