Skip to content

Commit

Permalink
debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
eve-git committed Sep 5, 2024
1 parent ec41f8d commit cbac6cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/namex/resources/requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,6 @@ def put(nr, *args, **kwargs):

# convert Expiration Date to correct format
if json_input.get('expirationDate', None):
current_app.logger.debug(f"Parsing expirationDate: {json_input['expirationDate']}")
try:
expirationDateStr = json_input['expirationDate']
expirationDate = DateUtils.parse_date(expirationDateStr)
Expand Down

0 comments on commit cbac6cc

Please sign in to comment.