aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-12-14 16:07:20 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-12-14 16:07:20 -0800
commitb90652ab0329e67697e71282b785187a4d1cb223 (patch)
tree8933f96b3451eb62bf357c0fccc7b64b49e60f40 /src/core
parent4196f59a445a53246f3835b52b49613c9ebd091e (diff)
remove debug information
Diffstat (limited to 'src/core')
-rw-r--r--src/core/lib/iomgr/cfstream_handle.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/cfstream_handle.cc b/src/core/lib/iomgr/cfstream_handle.cc
index bb402f96cf..6cb9ca1a0d 100644
--- a/src/core/lib/iomgr/cfstream_handle.cc
+++ b/src/core/lib/iomgr/cfstream_handle.cc
@@ -79,7 +79,6 @@ void CFStreamHandle::WriteCallback(CFWriteStreamRef stream,
void* clientCallBackInfo) {
grpc_core::ExecCtx exec_ctx;
CFStreamHandle* handle = static_cast<CFStreamHandle*>(clientCallBackInfo);
- printf("** CFStreamHandle::WriteCallback\n");
if (grpc_tcp_trace.enabled()) {
gpr_log(GPR_DEBUG, "CFStream WriteCallback (%p, %p, %lu, %p)", handle,
stream, type, clientCallBackInfo);