From 3188fc1228c92f11f59af3d5dd9b2e68dbc14ad1 Mon Sep 17 00:00:00 2001 From: evilhero Date: Tue, 26 Aug 2014 14:31:08 -0400 Subject: [PATCH] FIX: (#712) Removed unnecessary logging that could bloat/crash things --- mylar/filechecker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/filechecker.py b/mylar/filechecker.py index dd928f10..734552f8 100755 --- a/mylar/filechecker.py +++ b/mylar/filechecker.py @@ -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)