TASK: Remove debugging logging
This commit is contained in:
parent
0e4fca30f5
commit
0b459e5d6e
1 changed files with 0 additions and 2 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue