Skip to content

Commit

Permalink
Polish (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng authored Dec 27, 2024
1 parent 1431cad commit b0d5bc1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ public <REQUEST, RESPONSE> ServerCall.Listener<REQUEST> interceptCall(ServerCall
ContextSnapshot contextSnapshot = ContextManager.capture();
AbstractSpan asyncSpan = span.prepareForAsync();

//Context context = Context.current().withValues(CONTEXT_SNAPSHOT_KEY, contextSnapshot, ACTIVE_SPAN_KEY, asyncSpan);

ServerCall.Listener<REQUEST> listener = Contexts.interceptCall(
Context.current(),
new TracingServerCall<>(call, contextSnapshot, asyncSpan),
Expand Down

0 comments on commit b0d5bc1

Please sign in to comment.