Skip to content

Commit fbc8352

Browse files
committed
Remove console output
1 parent 9518047 commit fbc8352

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/rabbitmq/client/amqp/impl/TopologyRecoveryTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,6 @@ void shouldRecoverEvenIfManagementIsClosed() {
656656
closeConnectionAndWaitForRecovery();
657657
publisher.publish(publisher.message(), ctx -> {});
658658
assertThat(consumeSync).completes();
659-
System.out.println("done");
660659
management.queueInfo(queueInfo.name());
661660
}
662661
}

0 commit comments

Comments
 (0)