Skip to content

Commit

Permalink
Cleanup: remove traceback debugger in get_config endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed May 12, 2024
1 parent b47b9d6 commit 33fd48c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions agenta-backend/agenta_backend/routers/configs_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ async def get_config(
parameters=config.parameters,
)
except HTTPException as e:
import traceback
traceback.print_exc()
logger.error(f"get_config http exception: {e.detail}")
raise
except Exception as e:
Expand Down

0 comments on commit 33fd48c

Please sign in to comment.