Less logging

This commit is contained in:
croneter 2018-02-28 17:42:21 +01:00
parent f4681011b9
commit ae15030bb5

View file

@ -324,7 +324,8 @@ class Artwork():
(url,))
cachedurl = cursor.fetchone()[0]
except TypeError:
LOG.debug("Could not find cached url.")
# Could not find cached url
pass
else:
# Delete thumbnail as well as the entry
path = translatePath("special://thumbnails/%s" % cachedurl)