From 16abc858e3de58793c206933c94fbd9511254d04 Mon Sep 17 00:00:00 2001 From: Malte Ried Date: Mon, 29 Dec 2014 11:52:33 +0100 Subject: [PATCH] Removed some testing code which was checked in accidentally --- test/test_ihate.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/test_ihate.py b/test/test_ihate.py index a5061ed95..b6dbd37f5 100644 --- a/test/test_ihate.py +++ b/test/test_ihate.py @@ -83,9 +83,6 @@ class IHatePluginTest(_common.TestCase, ImportHelper): self.misc_paths.append(dest_path) def __run(self, expected_lines, singletons=False): - import beetsplug - path = beetsplug.__path__ - print path self.load_plugins('ihate') import_files = [self.import_dir]