Less logging
This commit is contained in:
parent
62d6c8fe45
commit
1ca2bdba79
1 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue