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, ))
artworks.extend(cursor.fetchall())
connection.close()
LOG.debug('artworks: %s', artworks)
LOG.debug('artworks: %s', len(artworks))
artworks_to_cache = list()
connection = kodi_sql('texture')
cursor = connection.cursor()