Skip to content

Commit 3fe47c7

Browse files
rootroot
root
authored and
root
committed
KAFKA-18638 fix typo
1 parent 6586446 commit 3fe47c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/test/scala/integration/kafka/api/BaseQuotaTest.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ abstract class BaseQuotaTest extends IntegrationTestHarness {
167167
// consume from beginning till throttled
168168
quotaTestClients.consumer.seekToBeginning(Collections.singleton(new TopicPartition(topic1, 0)))
169169
quotaTestClients.consumeUntilThrottled(numRecords + produced)
170-
System.out.print(numRecords + produced)
171170
quotaTestClients.verifyConsumeThrottle(expectThrottle = true)
172171
}
173172

0 commit comments

Comments
 (0)