From a2e2d2f5f8da66665e238dbbfc74238418b82bbe Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Mon, 17 Oct 2016 22:55:32 +0200 Subject: [PATCH] Revert "Log art caching" This reverts commit 2b363b7a30d879d9cb8622f19200e7a4d6e2121b. --- resources/lib/artwork.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/lib/artwork.py b/resources/lib/artwork.py index f1cb43b1..ea6b6f17 100644 --- a/resources/lib/artwork.py +++ b/resources/lib/artwork.py @@ -180,7 +180,6 @@ class Image_Cache_Thread(Thread): except requests.Timeout: # We don't need the result, only trigger Kodi to start the # download. All is well - log.debug('Caching art initiated: %s' % url) break except requests.ConnectionError: # Server thinks its a DOS attack, ('error 10053') @@ -203,7 +202,6 @@ class Image_Cache_Thread(Thread): log.error("Traceback:\n%s" % traceback.format_exc()) break # We did not even get a timeout - log.debug('Cached art: %s' % url) break queue.task_done() log.debug('Downloaded art: %s' % double_urldecode(url))