diff --git a/tests/helpers/songfileimport.py b/tests/helpers/songfileimport.py index 0f97666ba..cf0fbd487 100644 --- a/tests/helpers/songfileimport.py +++ b/tests/helpers/songfileimport.py @@ -72,7 +72,6 @@ class SongImportTestHelper(TestCase): """ Clean up """ - print(str(self.mocked_add_verse.call_args_list)) self.add_copyright_patcher.stop() self.add_verse_patcher.stop() self.finish_patcher.stop()