diff --git a/beetsplug/lyrics.py b/beetsplug/lyrics.py index 4a01989fd..b805ffeef 100644 --- a/beetsplug/lyrics.py +++ b/beetsplug/lyrics.py @@ -314,7 +314,6 @@ def is_lyrics(text, artist=None): """ if not text: return - log.info(text) badTriggersOcc = [] nbLines = text.count('\n') if nbLines <= 1: