Skip to content

Commit

Permalink
Remove reaper debug output (elastic#76285)
Browse files Browse the repository at this point in the history
Remove superflous println statement
  • Loading branch information
breskeby authored and elasticsearchmachine committed Aug 10, 2021
1 parent 2626ec8 commit 2c24cdd
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 2c24cdd

Please sign in to comment.