Remove Ancestor found debug (info) log

This commit is contained in:
Odd Stråbø 2020-08-06 03:44:55 +02:00
parent 70ef07276a
commit a2d0c3cb49
1 changed files with 0 additions and 1 deletions

View File

@ -546,7 +546,6 @@ def find_library(server, item):
ancestors = server.jellyfin.get_ancestors(item['Id'])
for ancestor in ancestors:
if ancestor['Id'] in sync['Whitelist']:
LOG.info('Ancestor Found')
return ancestor
LOG.error('No ancestor found, not syncing item with ID: {}'.format(item['Id']))