diff --git a/beetsplug/embedart.py b/beetsplug/embedart.py index 7c41380d9..48580a844 100644 --- a/beetsplug/embedart.py +++ b/beetsplug/embedart.py @@ -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)