Skip to content
Snippets Groups Projects
Commit 15cee4a6 authored by ctiller's avatar ctiller Committed by Nicolas Noble
Browse files

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
parent 72309c6c
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
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