From 246e7d6436c9d983c6d2880de2602378088becf1 Mon Sep 17 00:00:00 2001 From: Tanvi Jagtap Date: Wed, 14 Aug 2024 22:31:11 -0700 Subject: [PATCH] Remove the comment in gpr_log_verbosity_init PiperOrigin-RevId: 663179481 --- src/core/util/log.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/util/log.cc b/src/core/util/log.cc index c34c1503d3c..8e104f6bd65 100644 --- a/src/core/util/log.cc +++ b/src/core/util/log.cc @@ -85,10 +85,6 @@ void gpr_log_message(const char* file, int line, gpr_log_severity severity, } void gpr_log_verbosity_init(void) { -// This is enabled in Github only. -// This ifndef is converted to ifdef internally by copybara. -// Internally grpc verbosity is managed using absl settings. -// So internally we avoid setting it like this. #ifndef GRPC_VERBOSITY_MACRO // SetMinLogLevel sets the value for the entire binary, not just gRPC. // This setting will change things for other libraries/code that is unrelated