remove debug print

This commit is contained in:
Alexander Nozik 2024-03-14 15:52:17 +03:00
parent ec238edbd1
commit d305789aa8

View File

@ -36,7 +36,6 @@ public class VisionOfPlotly private constructor(
override val changes = callbackFlow {
plot.meta.onChange(this) {
println(it)
launch {
send(it)
}