Skip to content

Commit

Permalink
Remove System.out.println
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Sep 21, 2023
1 parent 8985ba5 commit 3566cb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/io/vertx/core/NamedWorkerPoolTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ public void start() {
fut.complete();
}, onSuccess(v -> {
vertx.undeploy(context.deploymentID()).onComplete(ar -> {
System.out.println("UNDEPLOYED " + ar.succeeded());
});
}));
}
Expand Down

0 comments on commit 3566cb0

Please sign in to comment.