diff --git a/textinput.go b/textinput.go index aac00fa..7d5bcc8 100644 --- a/textinput.go +++ b/textinput.go @@ -296,7 +296,6 @@ func (this *TextInput) handleScroll (x, y float64) bool { } func (this *TextInput) handleDotChange () { - println("asdjhk") this.historySwapDot() this.on.dotChange.Broadcast() }