Skip to content

Commit

Permalink
[IMP] warning is too much for a debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn committed Aug 16, 2017
1 parent 313809a commit 8824eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invoice2data/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def extract_lines(self, content, output):
value.strip()
)
continue
logger.warning(
logger.debug(
'ignoring *%s* because it doesn\'t match anything', line
)
if current_row:
Expand Down

0 comments on commit 8824eb3

Please sign in to comment.