diff --git a/resources/lib/artwork.py b/resources/lib/artwork.py index dd455f31..00c31739 100644 --- a/resources/lib/artwork.py +++ b/resources/lib/artwork.py @@ -255,8 +255,6 @@ class Artwork(): old_url = cursor.fetchone()[0] except TypeError: # Add the artwork - LOG.debug('Adding Art Link for %s kodi_id %s, kodi_type %s: %s', - kodi_art, kodi_id, kodi_type, url) query = ''' INSERT INTO art(media_id, media_type, type, url) VALUES (?, ?, ?, ?)