aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-11-06 15:29:36 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-11-06 15:29:36 -0800
commit3e2bc9660e5aff89054d909bdb18edbde186facc (patch)
treedf1d104ecca1bb37d46273d558fb7245f3edce09 /src
parente9c216ee23297490de8c3350d0b2fa1115d5c3da (diff)
Remove debug
Diffstat (limited to 'src')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCWrappedCall.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCWrappedCall.m b/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
index 9bc8bbad33..cea7c479e0 100644
--- a/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
+++ b/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
@@ -244,8 +244,6 @@
static dispatch_once_t initialization;
dispatch_once(&initialization, ^{
grpc_init();
- grpc_tracer_set_enabled("api", 1);
- grpc_tracer_set_enabled("tcp", 1);
});
// Each completion queue consumes one thread. There's a trade to be made between creating and