Skip to content

Commit 01f2090

Browse files
Merge remote-tracking branch 'upstream/main' into feat-caffeine
2 parents 43b9a65 + b0d5bc1 commit 01f2090

File tree

1 file changed

+0
-2
lines changed
  • apm-sniffer/apm-sdk-plugin/grpc-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/grpc/v1/server

1 file changed

+0
-2
lines changed

apm-sniffer/apm-sdk-plugin/grpc-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/grpc/v1/server/ServerInterceptor.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ public <REQUEST, RESPONSE> ServerCall.Listener<REQUEST> interceptCall(ServerCall
5656
ContextSnapshot contextSnapshot = ContextManager.capture();
5757
AbstractSpan asyncSpan = span.prepareForAsync();
5858

59-
//Context context = Context.current().withValues(CONTEXT_SNAPSHOT_KEY, contextSnapshot, ACTIVE_SPAN_KEY, asyncSpan);
60-
6159
ServerCall.Listener<REQUEST> listener = Contexts.interceptCall(
6260
Context.current(),
6361
new TracingServerCall<>(call, contextSnapshot, asyncSpan),

0 commit comments

Comments
 (0)