TASK: Remove debugging logging

This commit is contained in:
Daniel Siepmann 2017-05-17 23:01:45 +02:00
parent 0e4fca30f5
commit 0b459e5d6e
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

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