From 6182ef1b1ebedb6c3e1cc7221fe13ffb88886141 Mon Sep 17 00:00:00 2001 From: "Frederik \"Freso\" S. Olesen" Date: Sun, 28 Dec 2014 20:33:15 +0100 Subject: [PATCH] ftintitle: Remove empty ui.print_() call. --- beetsplug/ftintitle.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/beetsplug/ftintitle.py b/beetsplug/ftintitle.py index 75134ae9c..d3e9e941a 100644 --- a/beetsplug/ftintitle.py +++ b/beetsplug/ftintitle.py @@ -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):