From 6206a06a847a113262e2d2f654d9f8fd631ad6e0 Mon Sep 17 00:00:00 2001 From: Robert Shaw Date: Sun, 20 Jul 2025 19:24:17 +0000 Subject: [PATCH] nit comments Signed-off-by: Robert Shaw --- vllm/v1/engine/async_llm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vllm/v1/engine/async_llm.py b/vllm/v1/engine/async_llm.py index 4a888a1c1eb63..6395d2c1875b7 100644 --- a/vllm/v1/engine/async_llm.py +++ b/vllm/v1/engine/async_llm.py @@ -410,7 +410,6 @@ class AsyncLLM(EngineClient): # 4) Logging. # TODO(rob): make into a coroutine and launch it in # background thread once Prometheus overhead is non-trivial. - # NOTE: we do not use self.log if stat_loggers: AsyncLLM._record_stats( stat_loggers[outputs.engine_index],