diff --git a/beetsplug/embedart.py b/beetsplug/embedart.py index 93fe0bae4..7bab567f1 100644 --- a/beetsplug/embedart.py +++ b/beetsplug/embedart.py @@ -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)