From e20e336c5e312c7dd330e6cebe18c40d27df56c1 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Wed, 24 Nov 2010 17:40:28 +0000 Subject: [PATCH] Remove extra debugging --- openlp/plugins/songs/lib/mediaitem.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openlp/plugins/songs/lib/mediaitem.py b/openlp/plugins/songs/lib/mediaitem.py index 6b6a3bd41..cb2d6a6e0 100644 --- a/openlp/plugins/songs/lib/mediaitem.py +++ b/openlp/plugins/songs/lib/mediaitem.py @@ -415,13 +415,9 @@ class SongMediaItem(MediaManagerItem): if search_results: for song in search_results: count = 0 - # temp debug to find why service items do not edit - log.debug(u'author list %s' % author_list) for author in song.authors: - log.debug(u'author %s' % author.display_name) if author.display_name in author_list: count += 1 - log.debug(u'found %s : %s' % (count, len(author_list))) if count == len(author_list): editId = song.id uuid = item._uuid