Skip to content

Commit

Permalink
removing System.out
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Nov 25, 2024
1 parent 9f4b43c commit a4153ff
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ public void reindexSucceeded() {
}

public void reindexFailed(String index, Exception error) {
System.out.println("****************** In ReindexDataStreamTask *************************** ");
error.printStackTrace(System.out);
new RuntimeException("****************** In ReindexDataStreamTask ***************************").printStackTrace(System.out);
this.errors.add(Tuple.tuple(index, error));
inProgress.decrementAndGet();
}
Expand Down

0 comments on commit a4153ff

Please sign in to comment.