mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 21:12:43 +01:00
remove a log.info()
This commit is contained in:
parent
168a24ad77
commit
151ee87d8d
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue