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, ))
|
(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()
|
||||||
|
|
Loading…
Reference in a new issue