Skip to content
Snippets Groups Projects
Commit b0444451 authored by Craig Tiller's avatar Craig Tiller
Browse files

Remove spam

parent b121fc7c
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,6 @@ void grpc_metadata_batch_filter(grpc_metadata_batch *batch,
grpc_mdelem *orig = l->md;
grpc_mdelem *filt = filter(user_data, orig);
next = l->next;
gpr_log(GPR_DEBUG, "FILT: %p %p->%p", l, orig, filt);
if (filt == NULL) {
if (l->prev) {
l->prev->next = l->next;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment