FIX: removed unnecessary logger spam line during filechecking

This commit is contained in:
evilhero 2019-03-30 22:32:01 -04:00
parent 1407588785
commit 3af66dffd0
1 changed files with 1 additions and 1 deletions

View File

@ -816,7 +816,7 @@ class FileChecker(object):
logger.fdebug('Numeric detected as the last digit after a hyphen. Typically this is the issue number.')
if pis['position'] != yearposition:
issue_number = pis['number']
logger.info('Issue set to: ' + str(issue_number))
#logger.info('Issue set to: ' + str(issue_number))
issue_number_position = pis['position']
if highest_series_pos > pis['position']: highest_series_pos = pis['position']
#break