Skip to content

Commit

Permalink
fix: remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
jclab-joseph committed Mar 24, 2023
1 parent 6ffbe40 commit 004afff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public void attachProcess(Process process) {
start();

CompletableFuture<Process> onExit = Process9Helper.onExitIfAvailable(process);
System.out.println("onExit : " + onExit);
if (onExit != null) {
onExit.whenComplete((proc, ex) -> {
if (ex != null) {
Expand Down

0 comments on commit 004afff

Please sign in to comment.