Less logging
This commit is contained in:
parent
b29b80ebe3
commit
0d5f59ab84
1 changed files with 0 additions and 1 deletions
|
@ -298,7 +298,6 @@ class Artwork():
|
||||||
# Delete thumbnail as well as the entry
|
# Delete thumbnail as well as the entry
|
||||||
path = path_ops.translate_path("special://thumbnails/%s"
|
path = path_ops.translate_path("special://thumbnails/%s"
|
||||||
% cachedurl)
|
% cachedurl)
|
||||||
LOG.debug("Deleting cached thumbnail: %s", path)
|
|
||||||
if path_ops.exists(path):
|
if path_ops.exists(path):
|
||||||
path_ops.rmtree(path, ignore_errors=True)
|
path_ops.rmtree(path, ignore_errors=True)
|
||||||
cursor.execute("DELETE FROM texture WHERE url = ?", (url,))
|
cursor.execute("DELETE FROM texture WHERE url = ?", (url,))
|
||||||
|
|
Loading…
Reference in a new issue