Skip to content

Commit

Permalink
ARTEMIS-4731 removing System.out left by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Apr 19, 2024
1 parent 6fe53b8 commit 09dc445
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ private void doDropConnections(String protocol, boolean exitClient) throws Excep

Wait.assertEquals(0, () -> server.getRemotingService().getConnections().size(), 60_000);

System.out.println("Connections::" + server.getRemotingService().getConnections().size());

basicMemoryAsserts();
} finally {
process.destroyForcibly();
Expand Down

0 comments on commit 09dc445

Please sign in to comment.