From bf1b06f0c7f28b18a147ab6f15d6b65e7156a5b7 Mon Sep 17 00:00:00 2001 From: Guilherme Danno Date: Fri, 22 Apr 2016 17:30:06 -0300 Subject: [PATCH] don't print entire lyrics during import --- beetsplug/lyrics.py | 1 - 1 file changed, 1 deletion(-) diff --git a/beetsplug/lyrics.py b/beetsplug/lyrics.py index 6a6bc7729..afda54851 100644 --- a/beetsplug/lyrics.py +++ b/beetsplug/lyrics.py @@ -692,7 +692,6 @@ class LyricsPlugin(plugins.BeetsPlugin): item.lyrics = lyrics if write: item.try_write() - print(lyrics) item.store() def get_lyrics(self, artist, title):