Remove temporary logging

This commit is contained in:
Alok Saboo 2023-04-09 14:07:55 -04:00
parent 8357617f02
commit 3a1e4bd845

View file

@ -123,7 +123,6 @@ class EmbedCoverArtPlugin(BeetsPlugin):
self._log.error('Invalid image file')
return
tempimg = f'image{extension}'
self._log.error(tempimg)
try:
with open(tempimg, 'wb') as f:
f.write(response.content)