Skip to content

Commit

Permalink
Update interception_chain.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller authored Jan 30, 2025
1 parent 7ba4779 commit 88fc654
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/lib/transport/interception_chain.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,8 @@ class InterceptionChainBuilder final {
// are added below it.
template <typename F>
InterceptionChainBuilder& AddOnServerTrailingMetadataForEachInterceptor(F f) {
LOG(INFO) << "Add";
AddOnServerTrailingMetadata(f);
on_new_interception_tail_.emplace_back([f](InterceptionChainBuilder* b) {
LOG(INFO) << "AddAnother";
b->AddOnServerTrailingMetadata(f);
});
return *this;
Expand Down

0 comments on commit 88fc654

Please sign in to comment.