Remove worthless print statement in EasyWorhip song import test

This commit is contained in:
Jeffrey S. Smith 2013-09-07 13:36:33 -05:00
parent a23022d84f
commit e0592a76e4
1 changed files with 0 additions and 1 deletions

View File

@ -354,7 +354,6 @@ class TestEasyWorshipSongImport(TestCase):
# called.
self.assertIsNone(importer.doImport(), 'doImport should return None when it has completed')
for song_data in SONG_TEST_DATA:
print (mocked_title.mocked_calls())
title = song_data['title']
author_calls = song_data['authors']
song_copyright = song_data['copyright']