cadonna commented on code in PR #15044: URL: https://github.com/apache/kafka/pull/15044#discussion_r1432578710
########## streams/src/test/java/org/apache/kafka/streams/integration/utils/IntegrationTestUtils.java: ########## @@ -1313,7 +1313,6 @@ private static <K, V> List<ConsumerRecord<K, V>> readRecords(final String topic, final int maxMessages) { final List<ConsumerRecord<K, V>> consumerRecords; consumer.subscribe(singletonList(topic)); - System.out.println("Got assignment:" + consumer.assignment()); Review Comment: I discovered this and removed it, because I guess it is a left-over from some other PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org