mirror of
https://github.com/evilhero/mylar
synced 2025-01-03 05:24:43 +00:00
FIX: removed unnecessary logger spam line during filechecking
This commit is contained in:
parent
1407588785
commit
3af66dffd0
1 changed files with 1 additions and 1 deletions
|
@ -816,7 +816,7 @@ class FileChecker(object):
|
||||||
logger.fdebug('Numeric detected as the last digit after a hyphen. Typically this is the issue number.')
|
logger.fdebug('Numeric detected as the last digit after a hyphen. Typically this is the issue number.')
|
||||||
if pis['position'] != yearposition:
|
if pis['position'] != yearposition:
|
||||||
issue_number = pis['number']
|
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']
|
issue_number_position = pis['position']
|
||||||
if highest_series_pos > pis['position']: highest_series_pos = pis['position']
|
if highest_series_pos > pis['position']: highest_series_pos = pis['position']
|
||||||
#break
|
#break
|
||||||
|
|
Loading…
Reference in a new issue