From 3a1e4bd8458bf848a22fb18672be37e4952f998b Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sun, 9 Apr 2023 14:07:55 -0400 Subject: [PATCH] Remove temporary logging --- beetsplug/embedart.py | 1 - 1 file changed, 1 deletion(-) 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)