ftintitle: Remove empty ui.print_() call.

This commit is contained in:
Frederik "Freso" S. Olesen 2014-12-28 20:33:15 +01:00
parent a892128996
commit 6182ef1b1e

View file

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