From 0b459e5d6e3d2bd83a2bc09a044d4fd04a26c53f Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 17 May 2017 23:01:45 +0200 Subject: [PATCH] TASK: Remove debugging logging --- rplugin/python3/neotags.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/rplugin/python3/neotags.py b/rplugin/python3/neotags.py index 471cf8d..174a383 100644 --- a/rplugin/python3/neotags.py +++ b/rplugin/python3/neotags.py @@ -88,8 +88,6 @@ class NeotagsPlugin(object): return str(possible_file) for folder in path.parents: - self.debug('folder %s' % folder) - self.debug('file name %s' % self.options['tags_filename']) possible_file = folder.with_name(self.options['tags_filename']) self.debug('Search tags file: "%s"' % possible_file) if possible_file.is_file():