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()