Reduce logging

This commit is contained in:
angelblue05 2016-11-30 17:27:39 -06:00
parent e2fa93a6c4
commit 4c9408b640
2 changed files with 2 additions and 2 deletions

View file

@ -303,7 +303,6 @@ class Movies(Items):
tags.extend(item['Tags'])
if userdata['Favorite']:
tags.append("Favorite movies")
log.info("Applied tags: %s", tags)
self.kodi_db.add_tags(movieid, tags, "movie")
# Process playstates
resume = API.adjust_resume(userdata['Resume'])