From 151ee87d8d5dfa549333630f8b0ab1c35cf8fd1d Mon Sep 17 00:00:00 2001 From: "Fabrice L." Date: Mon, 22 Sep 2014 17:32:15 +0200 Subject: [PATCH] remove a log.info() --- beetsplug/lyrics.py | 1 - 1 file changed, 1 deletion(-) 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: