From 836fea2cfe3b48897c718df7249e6b353576c1c0 Mon Sep 17 00:00:00 2001 From: evilhero Date: Tue, 12 Jul 2016 13:00:37 -0400 Subject: [PATCH] FIX:(#1318) fix typo/commented out --- mylar/PostProcessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/PostProcessor.py b/mylar/PostProcessor.py index 12fbcfdf..2cc03b35 100755 --- a/mylar/PostProcessor.py +++ b/mylar/PostProcessor.py @@ -443,7 +443,7 @@ class PostProcessor(object): # if the above both don't exist, and there's more than one series on the watchlist (or the series is > v1) # then spit out the error message and don't post-process it. watch_values = cs['WatchValues'] - logger.fdebuginfo('WATCH_VALUES:' + str(watch_values)) + #logger.fdebug('WATCH_VALUES:' + str(watch_values)) if any([watch_values['ComicVersion'] is None, watch_values['ComicVersion'] == 'None']): tmp_watchlist_vol = '1' else: