[UX] Remove AsyncLLM torch profiler disabled log (#24609)

Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
Michael Goin 2025-09-12 13:08:44 -04:00 committed by GitHub
parent f17c075884
commit 9d2a44606d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -177,9 +177,6 @@ class AsyncLLM(EngineClient):
worker_name=worker_name,
use_gzip=True))
else:
logger.info(
"Torch profiler disabled. AsyncLLM CPU traces will not be collected." # noqa: E501
)
self.profiler = None
@classmethod