Skip to content

Commit f0553be

Browse files
Alec Solderalecsolder
authored andcommitted
Removing log line
Signed-off-by: Alec Solder <alecs@fb.com>
1 parent 69b7e04 commit f0553be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/entrypoints/context.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ async def init_tool_sessions(self, tool_server: Optional[ToolServer],
338338
tool_session = await exit_stack.enter_async_context(
339339
tool_server.new_session(tool_name, request_id,
340340
headers))
341-
logger.info("Created new session for %s", tool_name)
342341
self._tool_sessions[tool_name] = tool_session
343342
exit_stack.push_async_exit(self.cleanup_session)
344343

0 commit comments

Comments
 (0)