Remove extra debugging

This commit is contained in:
Tim Bentley 2010-11-24 17:40:28 +00:00
parent 0b1a187f94
commit e20e336c5e
1 changed files with 0 additions and 4 deletions

View File

@ -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