Skip to content

Commit

Permalink
Remove duplicate log statement that was forgotten in the context of PR
Browse files Browse the repository at this point in the history
…#1926. (#1935)

@RobbeSneyders, @Ruwann sorry for this, it seems like I've sneaked in a
duplicate log statement in PR #1926 🙇‍♂️

---------

Co-authored-by: Alex Fechner <[email protected]>
  • Loading branch information
alfechner and Alex Fechner committed May 28, 2024
1 parent 810a980 commit 1956366
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 1956366

Please sign in to comment.