remove debug print
This commit is contained in:
parent
ec238edbd1
commit
d305789aa8
@ -36,7 +36,6 @@ public class VisionOfPlotly private constructor(
|
|||||||
|
|
||||||
override val changes = callbackFlow {
|
override val changes = callbackFlow {
|
||||||
plot.meta.onChange(this) {
|
plot.meta.onChange(this) {
|
||||||
println(it)
|
|
||||||
launch {
|
launch {
|
||||||
send(it)
|
send(it)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user