From 7deeefafb4bd764b4d3008d72336a5c9430bcfa6 Mon Sep 17 00:00:00 2001 From: Stewart Becker Date: Mon, 21 Apr 2014 19:52:42 +0100 Subject: [PATCH] Remove call used only for debugging --- tests/helpers/songfileimport.py | 1 - 1 file changed, 1 deletion(-) 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()