Skip to content

Commit

Permalink
Remove a spammy log
Browse files Browse the repository at this point in the history
  • Loading branch information
vjpai committed Mar 21, 2016
1 parent fb6e13b commit 3abc651
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/channel/channel_stack_builder.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ void *grpc_channel_stack_builder_finish(grpc_exec_ctx *exec_ctx,
// count the number of filters
size_t num_filters = 0;
for (filter_node *p = builder->begin.next; p != &builder->end; p = p->next) {
gpr_log(GPR_DEBUG, "%d: %s", num_filters, p->filter->name);
num_filters++;
}

Expand Down

0 comments on commit 3abc651

Please sign in to comment.