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 a4daa6c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ public SpanFinishingCallback(final AgentSpan span) {
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 a4daa6c

Please sign in to comment.