Revert "debug"

This reverts commit 7960842f48.
pull/29182/head
Craig Tiller 3 years ago
parent 9d231549a8
commit 6830a48433
  1. 2
      src/core/lib/gpr/log.cc

@ -136,5 +136,5 @@ void gpr_log_verbosity_init() {
}
void gpr_set_log_function(gpr_log_func f) {
//gpr_atm_no_barrier_store(&g_log_func, (gpr_atm)(f ? f : gpr_default_log));
gpr_atm_no_barrier_store(&g_log_func, (gpr_atm)(f ? f : gpr_default_log));
}

Loading…
Cancel
Save