diff options
author | Craig Tiller <ctiller@google.com> | 2015-05-29 23:13:04 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-05-29 23:13:04 -0700 |
commit | 1ffb864053d7e124411559295a2567a8aad7411a (patch) | |
tree | 104b2d03b78cf42cad73e9dfb382e89f9f9c86fe /src/core | |
parent | 52760dd0e5d478d49d6614597749bbec01a7a057 (diff) |
Turn off debug
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/surface/channel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/surface/channel.h b/src/core/surface/channel.h index e11505a4e4..d1f62f2598 100644 --- a/src/core/surface/channel.h +++ b/src/core/surface/channel.h @@ -48,8 +48,6 @@ gpr_uint32 grpc_channel_get_max_message_length(grpc_channel *channel); void grpc_client_channel_closed(grpc_channel_element *elem); -#define GRPC_CHANNEL_REF_COUNT_DEBUG - #ifdef GRPC_CHANNEL_REF_COUNT_DEBUG void grpc_channel_internal_ref(grpc_channel *channel, const char *reason); void grpc_channel_internal_unref(grpc_channel *channel, const char *reason); |