Skip to content

Commit

Permalink
Remove reaper debug output (#76285) (#76289)
Browse files Browse the repository at this point in the history
Remove superflous println statement

Co-authored-by: Rene Groeschke <[email protected]>
  • Loading branch information
elasticsearchmachine and breskeby authored Aug 10, 2021
1 parent 39cf360 commit 960f416
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ private Path locateReaperJar() {
OutputStream out = Files.newOutputStream(jarPath);
InputStream jarInput = this.getClass().getResourceAsStream("/META-INF/reaper.jar");
) {
System.out.println("jarInput = " + jarInput);
logger.info("Copying reaper.jar...");
jarInput.transferTo(out);
} catch (IOException e) {
Expand Down

0 comments on commit 960f416

Please sign in to comment.