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],