Skip to content

Commit

Permalink
fix: remove unnecessary log point
Browse files Browse the repository at this point in the history
This just makes an unnecessary blank log every time thing endpoint is called, and its not needed
  • Loading branch information
amitkparekh authored Jan 27, 2023
1 parent 04f2186 commit 504fbca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/emma_policy/commands/run_simbot_action_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ async def startup_event() -> None:
async def root(response: Response) -> dict[str, Any]:
"""Ping the API to make sure it is responding."""
response.status_code = status.HTTP_200_OK
logger.info(response.body)
return {"action": "Pickup Bowl <vis_token_42>"}


Expand Down

0 comments on commit 504fbca

Please sign in to comment.