Skip to content

Commit

Permalink
rm unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcchen committed May 3, 2024
1 parent 9968029 commit ee0bfc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ void PerformanceManager::SendResponseToClient(
<< " create time:" << create_time << " run time:" << run_time
<< " local id:" << batch_response.local_id();
global_stats_->AddLatency(run_time);
}
}
send_num_--;
}

Expand Down

0 comments on commit ee0bfc6

Please sign in to comment.