From a92951f8914226bacb0ac32d5a0e7f816b33df7f Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Fri, 26 Jul 2024 00:29:07 -0400 Subject: [PATCH] Remove debug message --- internal/system/textbox.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/system/textbox.go b/internal/system/textbox.go index 55d3775..af79b5a 100644 --- a/internal/system/textbox.go +++ b/internal/system/textbox.go @@ -143,7 +143,6 @@ func (this *textBox) setAttr (attr tomo.Attr, user bool) { case tomo.AttrFace: if this.attrFace.Set(attr, user) { - println("face set") this.drawer.SetFace(attr.Face) this.invalidateMinimum() this.invalidateLayout()