Remove debug message

This commit is contained in:
Sasha Koshka 2024-07-26 00:29:07 -04:00
parent 37ec962d1f
commit a92951f891

View File

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