aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-11-15 16:00:33 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2018-11-15 16:01:14 -0800
commit00c9c40004d011f01c72d253a530edb3364992bf (patch)
tree056f68afdb1e43ea3280b4dbfb054bb57288c2e0 /test
parentd4ebd30eb2eb94f77ac9b52c44880e3d70c6aef0 (diff)
Remove extraneous logging statements
Diffstat (limited to 'test')
-rw-r--r--test/cpp/end2end/client_interceptors_end2end_test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cpp/end2end/client_interceptors_end2end_test.cc b/test/cpp/end2end/client_interceptors_end2end_test.cc
index 97947e7393..3708c11235 100644
--- a/test/cpp/end2end/client_interceptors_end2end_test.cc
+++ b/test/cpp/end2end/client_interceptors_end2end_test.cc
@@ -290,9 +290,7 @@ class ClientStreamingRpcHijackingInterceptor
if (methods->QueryInterceptionHookPoint(
experimental::InterceptionHookPoints::POST_SEND_MESSAGE)) {
EXPECT_FALSE(got_failed_send_);
- gpr_log(GPR_ERROR, "%d", got_failed_send_);
got_failed_send_ = !methods->GetSendMessageStatus();
- gpr_log(GPR_ERROR, "%d", got_failed_send_);
}
if (methods->QueryInterceptionHookPoint(
experimental::InterceptionHookPoints::PRE_RECV_STATUS)) {