forked from openlp/openlp
Remove extra debugging
This commit is contained in:
parent
0b1a187f94
commit
e20e336c5e
@ -415,13 +415,9 @@ class SongMediaItem(MediaManagerItem):
|
|||||||
if search_results:
|
if search_results:
|
||||||
for song in search_results:
|
for song in search_results:
|
||||||
count = 0
|
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:
|
for author in song.authors:
|
||||||
log.debug(u'author %s' % author.display_name)
|
|
||||||
if author.display_name in author_list:
|
if author.display_name in author_list:
|
||||||
count += 1
|
count += 1
|
||||||
log.debug(u'found %s : %s' % (count, len(author_list)))
|
|
||||||
if count == len(author_list):
|
if count == len(author_list):
|
||||||
editId = song.id
|
editId = song.id
|
||||||
uuid = item._uuid
|
uuid = item._uuid
|
||||||
|
Loading…
Reference in New Issue
Block a user