mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 01:53:31 +01:00
Remove temporary logging
This commit is contained in:
parent
8357617f02
commit
3a1e4bd845
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue