From d7a74d06245bcfd7febfc72cbda3acca09003f8c Mon Sep 17 00:00:00 2001 From: tanvi-jagtap Date: Tue, 11 Jun 2024 04:30:23 +0000 Subject: [PATCH] Fix build --- test/cpp/qps/driver.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/cpp/qps/driver.cc b/test/cpp/qps/driver.cc index dc08a5a2b80..d330fa9eb03 100644 --- a/test/cpp/qps/driver.cc +++ b/test/cpp/qps/driver.cc @@ -363,8 +363,6 @@ std::unique_ptr RunScenario( if (run_inproc) { g_inproc_servers = new std::vector; } - // Log everything from the driver - grpc_set_absl_verbosity_debug(); // ClientContext allocations (all are destroyed at scope exit) list contexts;