Remove log spam

Change on 2014/12/12 by ctiller <ctiller@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82000900
pull/1/merge
ctiller 10 years ago committed by Nicolas Noble
parent 72309c6c5d
commit 15cee4a67e
  1. 2
      src/core/iomgr/iomgr_libevent.c

@ -72,8 +72,6 @@ static void grpc_fd_impl_destroy(grpc_fd *impl);
void grpc_iomgr_ref_address_resolution(int delta) {
gpr_mu_lock(&grpc_iomgr_mu);
gpr_log(GPR_DEBUG, "num_address_resolutions = %d + %d",
g_num_address_resolutions, delta);
GPR_ASSERT(!g_shutdown_backup_poller);
g_num_address_resolutions += delta;
if (0 == g_num_address_resolutions) {

Loading…
Cancel
Save