mirror of
https://github.com/evilhero/mylar
synced 2024-12-25 09:11:46 +00:00
FIX: (#712) Removed unnecessary logging that could bloat/crash things
This commit is contained in:
parent
e7216072f9
commit
3188fc1228
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ def listFiles(dir,watchcomic,Publisher,AlternateSearch=None,manual=None,sarc=Non
|
|||
logger.fdebug('[FILECHECKER] blankspace detected before and after ' + str(nono))
|
||||
blspc+=1
|
||||
x+=1
|
||||
logger.info('[FILECHECKER] replacing ' + str(nono) + ' with a space')
|
||||
#logger.fdebug('[FILECHECKER] replacing ' + str(nono) + ' with a space')
|
||||
subname = re.sub(str(nono), '', subname)
|
||||
nonocount = nonocount + subcnt + blspc
|
||||
#subname = re.sub('[\_\#\,\/\:\;\.\-\!\$\%\+\'\?\@]',' ', subname)
|
||||
|
|
Loading…
Reference in a new issue