1
0
Fork 0
mirror of synced 2024-06-13 15:54:37 +12:00

Remove unneeded logger entry

This commit is contained in:
Serene-Arc 2021-04-13 11:51:17 +10:00 committed by Ali Parlakci
parent 62dedb6c95
commit 4b195f2b53

View file

@ -46,7 +46,6 @@ class FileNameFormatter:
key_value = str(attributes.get(key, 'unknown'))
key_value = FileNameFormatter._convert_unicode_escapes(key_value)
result = re.sub(fr'(?i){{{key}}}', key_value, result,)
logger.log(9, f'Found key string {key} in name')
result = result.replace('/', '')