Skip to content

Commit d7ef263

Browse files
committed
clean up println
1 parent 14afc14 commit d7ef263

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/io/github/nomisRev/kafka/Consumer.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ public fun <K, V> kafkaConsumer(settings: ConsumerSettings<K, V>): Flow<KafkaCon
106106
flow {
107107
KafkaConsumer(settings).use {
108108
emit(it)
109-
println("kafkaConsumer closed")
110109
}
111110
}
112111

0 commit comments

Comments
 (0)