mirror of
https://github.com/beetbox/beets.git
synced 2026-01-26 18:15:01 +01:00
ftintitle: Remove empty ui.print_() call.
This commit is contained in:
parent
a892128996
commit
6182ef1b1e
1 changed files with 0 additions and 2 deletions
|
|
@ -107,8 +107,6 @@ def ft_in_title(item, drop_feat):
|
|||
else:
|
||||
ui.print_(u'no featuring artists found')
|
||||
|
||||
ui.print_()
|
||||
|
||||
|
||||
class FtInTitlePlugin(plugins.BeetsPlugin):
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue