Skip to content

Commit

Permalink
Remove dangling stderr print (#8063)
Browse files Browse the repository at this point in the history
  • Loading branch information
amarziali authored Dec 6, 2024
1 parent 6e8f3a5 commit 74967dd
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 74967dd

Please sign in to comment.