Skip to content

Commit ad23f9d

Browse files
committed
Clean up
1 parent 2254b20 commit ad23f9d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • sample/common/src/commonMain/kotlin/com/mohamedrejeb/richeditor/sample/common/richeditor

sample/common/src/commonMain/kotlin/com/mohamedrejeb/richeditor/sample/common/richeditor/RichEditorContent.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@ fun RichEditorContent() {
3131

3232
LaunchedEffect(Unit) {
3333
scope.launch {
34-
println("Start collecting...")
3534
outlinedRichTextState.textChanges.collect { state ->
3635
println("Text changed!")
3736
println(state.toText())
3837
}
39-
println("Collection finished!")
4038
}
4139
}
4240

0 commit comments

Comments
 (0)