From 77f7d18c00784f00c6ea69099be2392ff7503c2b Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 14 Sep 2014 13:15:42 -0700 Subject: [PATCH] Remove stray comment from #909 Yes, it is necessary. --- beetsplug/spotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index 5e83f2c50..a31754150 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -152,7 +152,7 @@ class SpotifyPlugin(BeetsPlugin): .format(failure_count)) for track in failures: log.info(u'track: {0}'.format(track)) - log.info(u'') # Is this necesssary + log.info(u'') else: log.warn(u'{0} track(s) did not match a Spotify ID;\n' u'use --show-failures to display'