Skip to content

Commit fe02a74

Browse files
authored
MINOR: Remove unintentional console output in MetadataCacheTest (#21204)
The commit (7d13e8b) seems to have added an un-necessary debug line. Reviewers: PoAn Yang <payang@apache.org>, Chia-Ping Tsai <chia7712@gmail.com>, TengYao Chi <frankvicky@apache.org>, Lan Ding <isDing_L@163.com>, Ken Huang <s7133700@gmail.com>
1 parent 165b27b commit fe02a74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/test/scala/unit/kafka/server/MetadataCacheTest.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,6 @@ class MetadataCacheTest {
814814
checkTopicMetadata(topic0, Set(1, 2), resultTopic.partitions().asScala)
815815

816816
// With start index and quota reached
817-
System.out.println("here")
818817
response = metadataCache.describeTopicResponse(util.List.of(topic0, topic1).iterator, listenerName, t => if (t.equals(topic0)) 2 else 0, 1, false)
819818
result = response.topics().asScala.toList
820819
assertEquals(1, result.size)

0 commit comments

Comments
 (0)