Skip to content

Commit

Permalink
Remove dangling stderr print
Browse files Browse the repository at this point in the history
  • Loading branch information
amarziali committed Dec 6, 2024
1 parent 6e8f3a5 commit 507aa05
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ public SpanFinishingCallback(final AgentSpan span) {
@Override
public void apply(IgniteFuture<?> igniteFuture) {
IgniteCacheDecorator.DECORATE.beforeFinish(span);

System.err.println("Called callback: " + igniteFuture);


try {
Object result = igniteFuture.get();
IgniteCacheDecorator.DECORATE.beforeFinish(span);
Expand Down

0 comments on commit 507aa05

Please sign in to comment.