From b3b1cd14de238707380cc31bd5015c76bdc27266 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 17 Jul 2015 12:57:55 -0700 Subject: Spam cleanup --- src/core/iomgr/iomgr.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/iomgr') diff --git a/src/core/iomgr/iomgr.c b/src/core/iomgr/iomgr.c index cca92d3b32..aebf89e35a 100644 --- a/src/core/iomgr/iomgr.c +++ b/src/core/iomgr/iomgr.c @@ -146,7 +146,6 @@ void grpc_iomgr_shutdown(void) { continue; } if (grpc_alarm_check(&g_mu, gpr_inf_future, NULL)) { - gpr_log(GPR_DEBUG, "got late alarm"); continue; } if (g_root_object.next != &g_root_object) { -- cgit v1.2.3