aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCChannel.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-15 16:59:31 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-11-15 16:59:31 -0800
commit512c01bc574ab09129608bc501d80f06503c79a3 (patch)
tree13a4d410f1142acaae036770dad00dc86101c7f9 /src/objective-c/GRPCClient/private/GRPCChannel.m
parentffeb0e682393e5b76d732e0b034c71f3837b9e57 (diff)
Polish threading + something else
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCChannel.m')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCChannel.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCChannel.m b/src/objective-c/GRPCClient/private/GRPCChannel.m
index a19802b010..997d1ff663 100644
--- a/src/objective-c/GRPCClient/private/GRPCChannel.m
+++ b/src/objective-c/GRPCClient/private/GRPCChannel.m
@@ -302,7 +302,6 @@ static const NSTimeInterval kDefaultChannelDestroyDelay = 30;
}
- (void)unref {
- NSLog(@"unref");
dispatch_async(_dispatchQueue, ^{
NSAssert(self->_refcount > 0, @"Illegal reference count.");
if (self->_refcount == 0) {