diff --git a/backend/program/updaters/trakt.py b/backend/program/updaters/trakt.py index d054e955..c3ff36e8 100644 --- a/backend/program/updaters/trakt.py +++ b/backend/program/updaters/trakt.py @@ -164,7 +164,6 @@ def create_item_from_imdb_id(imdb_id: str): except UnboundLocalError: logger.error("Unknown item %s with response %s", imdb_id, response.content) return None - logger.error("Unable to create item from IMDb ID %s, skipping..", imdb_id) return None def get_imdbid_from_tvdb(tvdb_id: str) -> str: