From d7861e82f6bd0dc1934dfb442dc59ad111bec62f Mon Sep 17 00:00:00 2001 From: Tanvi Jagtap Date: Thu, 8 Aug 2024 22:30:31 -0700 Subject: [PATCH] [Gpr_To_Absl_Logging] Cleaning up allow list. PiperOrigin-RevId: 661124584 --- tools/run_tests/sanity/banned_functions.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/tools/run_tests/sanity/banned_functions.py b/tools/run_tests/sanity/banned_functions.py index 06a330eaa78c8..ec8e8b2ec1461 100755 --- a/tools/run_tests/sanity/banned_functions.py +++ b/tools/run_tests/sanity/banned_functions.py @@ -81,14 +81,8 @@ "./src/core/util/posix/log.cc", "./src/core/util/windows/log.cc", ], - "gpr_log_func_args": [ - "./include/grpc/support/log.h", - "./src/core/util/log.cc", - ], - "gpr_set_log_function(": [ - "./include/grpc/support/log.h", - "./src/core/util/log.cc", - ], + "gpr_log_func_args": [], + "gpr_set_log_function(": [], "GPR_ASSERT": [], "gpr_assertion_failed": [], "GPR_DEBUG_ASSERT": [],