diff options
author | Craig Tiller <ctiller@google.com> | 2015-07-17 12:57:55 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-07-17 12:57:55 -0700 |
commit | b3b1cd14de238707380cc31bd5015c76bdc27266 (patch) | |
tree | e732acf46468bb2daae207dcce97309d215f6f84 /src/core/iomgr | |
parent | 47f18378b507a90ae971c9c9cb4d81a7643f8fe8 (diff) |
Spam cleanup
Diffstat (limited to 'src/core/iomgr')
-rw-r--r-- | src/core/iomgr/iomgr.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |