Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxi0830 committed Feb 26, 2025
1 parent ec62020 commit 961e098
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ async def create_and_execute_turn(self, request: AgentTurnCreateRequest) -> Asyn
assert request.stream is True, "Non-streaming not supported"

session_info = await self.storage.get_session_info(request.session_id)
print("SESSION INFO", session_info)
if session_info is None:
raise ValueError(f"Session {request.session_id} not found")

Expand Down

0 comments on commit 961e098

Please sign in to comment.