Unverified Commit 1b0482b9 authored by Yifan Qiao's avatar Yifan Qiao Committed by GitHub
Browse files

[Misc][Core] Remove unused `req_index` increment in scheduler (#30176)


Signed-off-by: default avatarYifan Qiao <yifanqiao@berkeley.edu>
parent e83b7e37
......@@ -607,7 +607,6 @@ class Scheduler(SchedulerInterface):
self._update_connector_prefix_cache_stats(request)
req_index += 1
self.running.append(request)
if self.log_stats:
request.record_event(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment