diff options
| author | Jeff Carr <[email protected]> | 2025-03-10 23:38:29 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-10 23:38:29 -0500 |
| commit | d8f5ca6f939a7b67a7d1df0edcae232150bac13e (patch) | |
| tree | bb1cf56f57350664c1b026ef0cf671bd5ff5c78c | |
| parent | b13cc14c82def248f15d8c8b0cee5633ae0e7d06 (diff) | |
quiet debug outputv0.22.40
| -rw-r--r-- | common.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ func (n *Node) Show() *Node { if n.WidgetType == widget.Window { log.Log(CHANGE, "Show() on a hidden window", n.progname) - log.Log(NOW, "doing TestDraw()", n.progname) + log.Log(INFO, "doing TestDraw()", n.progname) n.TestDraw() return n } |
