Skip to content

Commit

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

Co-authored-by: Rene Groeschke <rene@elastic.co>
  • Loading branch information
elasticsearchmachine and breskeby committed Aug 10, 2021
1 parent eb2f4c8 commit ddfa1ac
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 ddfa1ac

Please sign in to comment.