Skip to content

Commit

Permalink
del system
Browse files Browse the repository at this point in the history
  • Loading branch information
songlonqi-java committed Jul 25, 2023
1 parent a28c287 commit ef78da1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void consumeMessageBefore(ConsumeMessageContext context) {
return;
}
AgentScope scope = rocketMqDecorator.start(context);
System.out.println("start Span and put to ContextStore");
// System.out.println("start Span and put to ContextStore");
scopeAccessor.put(context,scope);
}

Expand Down

0 comments on commit ef78da1

Please sign in to comment.