remove a log.info()

This commit is contained in:
Fabrice L. 2014-09-22 17:32:15 +02:00
parent 168a24ad77
commit 151ee87d8d

View file

@ -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: