Skip to content

Commit c9a004d

Browse files
committed
Remove sout
1 parent 80c28cf commit c9a004d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/rabbitmq/stream/impl/SingleActiveConsumerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ void singleActiveConsumersShouldSpreadOnSuperStreamPartitions(TestInfo info) thr
322322
IntStream.range(0, 3).mapToObj(i -> superStream + "-" + i).collect(Collectors.toList());
323323
ConsumerUpdateListener consumerUpdateListener =
324324
(client1, subscriptionId, active) -> {
325-
System.out.println(subscriptionId + " " + active);
326325
consumerStates.put(subscriptionId, active);
327326
return null;
328327
};

0 commit comments

Comments
 (0)