FIX: (#712) Removed unnecessary logging that could bloat/crash things

This commit is contained in:
evilhero 2014-08-26 14:31:08 -04:00
parent e7216072f9
commit 3188fc1228
1 changed files with 1 additions and 1 deletions

View File

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