Skip to content

Commit

Permalink
Removed duplicated log statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Fechner committed May 28, 2024
1 parent 553e831 commit 3661c41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion connexion/middleware/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def http_exception(
else:
logger.error("%r", exc)

logger.error("%r", exc)
return problem(
title=http_facts.HTTP_STATUS_CODES.get(exc.status_code),
detail=exc.detail,
Expand Down

0 comments on commit 3661c41

Please sign in to comment.