Less logging

This commit is contained in:
Croneter 2018-04-29 14:16:56 +02:00
parent 62d6c8fe45
commit 1ca2bdba79

View file

@ -148,8 +148,6 @@ class Artwork():
(typus, )) (typus, ))
artworks.extend(cursor.fetchall()) artworks.extend(cursor.fetchall())
connection.close() connection.close()
LOG.debug('artworks: %s', artworks)
LOG.debug('artworks: %s', len(artworks))
artworks_to_cache = list() artworks_to_cache = list()
connection = kodi_sql('texture') connection = kodi_sql('texture')
cursor = connection.cursor() cursor = connection.cursor()