From 1ca2bdba79015d873a76e2e9c08b36d823bc0e72 Mon Sep 17 00:00:00 2001 From: Croneter Date: Sun, 29 Apr 2018 14:16:56 +0200 Subject: [PATCH] Less logging --- resources/lib/artwork.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/lib/artwork.py b/resources/lib/artwork.py index 8b0ce224..fb62a00a 100644 --- a/resources/lib/artwork.py +++ b/resources/lib/artwork.py @@ -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()