Skip to content
Snippets Groups Projects
Commit 0960875b authored by Craig Tiller's avatar Craig Tiller
Browse files

Remove spammy line (this is obfuscating testing logs)

parent 8222b19e
No related branches found
No related tags found
No related merge requests found
...@@ -234,12 +234,6 @@ class AsyncClient : public Client { ...@@ -234,12 +234,6 @@ class AsyncClient : public Client {
GPR_ASSERT(false); GPR_ASSERT(false);
break; break;
} }
if ((closed_loop_ || !rpc_deadlines_[thread_idx].empty()) &&
grpc_time_source::now() > deadline) {
// we have missed some 1-second deadline, which is worth noting
gpr_log(GPR_INFO, "Missed an RPC deadline");
// Don't give up, as there might be some truly heavy tails
}
if (got_event) { if (got_event) {
ClientRpcContext* ctx = ClientRpcContext::detag(got_tag); ClientRpcContext* ctx = ClientRpcContext::detag(got_tag);
if (ctx->RunNextState(ok, histogram) == false) { if (ctx->RunNextState(ok, histogram) == false) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment