Remove debug print statement from scheduler output (#11145)

This commit is contained in:
Lianmin Zheng
2025-10-01 13:37:05 -07:00
committed by GitHub
parent 2d62af6be5
commit 609f65ba23

View File

@@ -707,7 +707,6 @@ class SchedulerOutputProcessorMixin:
and self.tp_rank == 0
and self.server_args.enable_request_time_stats_logging
):
print(f"{req.finished_reason=}")
req.log_time_stats()
# Send to detokenizer