Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
altavir committed Mar 14, 2024
1 parent ec238ed commit d305789
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public class VisionOfPlotly private constructor(

override val changes = callbackFlow {
plot.meta.onChange(this) {
println(it)
launch {
send(it)
}
Expand Down

0 comments on commit d305789

Please sign in to comment.