mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 13:00:39 +00:00
remove prints
This commit is contained in:
parent
ec62020a20
commit
961e098bbb
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@ class ChatAgent(ShieldRunnerMixin):
|
|||
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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue