Remove debug line

This commit is contained in:
Sasha Koshka 2024-09-06 00:13:15 -04:00
parent 8b1b2e4199
commit 38d950f44a

View File

@ -296,7 +296,6 @@ func (this *TextInput) handleScroll (x, y float64) bool {
}
func (this *TextInput) handleDotChange () {
println("asdjhk")
this.historySwapDot()
this.on.dotChange.Broadcast()
}