Remove logging

This commit is contained in:
Alok Saboo 2023-04-18 20:54:43 -04:00
parent 0492f1f214
commit bb2ce02e07

View file

@ -125,7 +125,6 @@ class EmbedCoverArtPlugin(BeetsPlugin):
return
file = f'image{extension}'
tempimg = os.path.join(tempfile.gettempdir(), file)
print(tempimg)
try:
with open(tempimg, 'wb') as f:
f.write(response.content)