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<ScenarioResult> RunScenario( if (run_inproc) { g_inproc_servers = new std::vector<grpc::testing::Server*>; } - // Log everything from the driver - grpc_set_absl_verbosity_debug(); // ClientContext allocations (all are destroyed at scope exit) list<ClientContext> contexts;