From 38d950f44a367664c547bc48e907feb093c4761b Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Fri, 6 Sep 2024 00:13:15 -0400 Subject: [PATCH] Remove debug line --- textinput.go | 1 - 1 file changed, 1 deletion(-) 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() }