Skip to content

Commit 5f8ef12

Browse files
committed
Remove println
1 parent cea87b0 commit 5f8ef12

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • reactive/core/src/main/kotlin/com/caplin/integration/datasourcex/reactive/core

reactive/core/src/main/kotlin/com/caplin/integration/datasourcex/reactive/core/Binder.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -635,11 +635,6 @@ private constructor(val dataSource: ScopedDataSource, private val serviceInfo: S
635635
}
636636
}
637637

638-
println(
639-
containerMessage.operations.joinToString {
640-
"${it.type} ${it.elementSubject}"
641-
}
642-
)
643638
publish(containerMessage)
644639
}
645640
} finally {

0 commit comments

Comments
 (0)