Skip to content

Commit

Permalink
#23 Deleted second and redundant debug message line in parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose A. Noguera committed Sep 13, 2017
1 parent 59358b3 commit dbe3fee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prom2teams/message/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@


def parse(json_str):
logger.debug('received: %s', json_str)

json_values = json.loads(json_str)

json_alerts_attr = json_values['alerts'][0]
Expand Down

0 comments on commit dbe3fee

Please sign in to comment.