diff --git a/jellyfin_kodi/helper/utils.py b/jellyfin_kodi/helper/utils.py index 7b814116..835cbf1b 100644 --- a/jellyfin_kodi/helper/utils.py +++ b/jellyfin_kodi/helper/utils.py @@ -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']))