Merge pull request #11659 from dgquintas/woops

Removed leftover debugging msg
pull/11668/head
David G. Quintas 8 years ago committed by GitHub
commit bb1996cda6
  1. 3
      src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c

@ -101,9 +101,6 @@ static void fake_resolver_maybe_finish_next_locked(grpc_exec_ctx* exec_ctx,
static void fake_resolver_channel_saw_error_locked(grpc_exec_ctx* exec_ctx,
grpc_resolver* resolver) {
fake_resolver* r = (fake_resolver*)resolver;
gpr_log(
GPR_INFO,
"FOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO");
if (r->next_results == NULL && r->results_upon_error != NULL) {
// Pretend we re-resolved.
r->next_results = grpc_channel_args_copy(r->results_upon_error);

Loading…
Cancel
Save