diff options
| author | Jeff Carr <[email protected]> | 2024-01-28 12:09:48 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-28 12:09:48 -0600 |
| commit | 44ee09f79843d3b9fca666b2c2dbd298a4c4eaba (patch) | |
| tree | bc64f54827858e35729f3e5ca3c34f2167faa286 /debug.go | |
| parent | eca2f2aa481ea9c158592767eeeaceff09060466 (diff) | |
buttons work
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debug.go')
| -rw-r--r-- | debug.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ import ( ) func (w *guiWidget) dumpTree(draw bool) { - log.Log(ERROR, "dumpTree w", w.node.WidgetId, w.WidgetType, w.String()) + // log.Log(ERROR, "dumpTree w", w.node.WidgetId, w.WidgetType, w.String()) if w == nil { log.Log(ERROR, "dumpTree w.TK == nil", w.node.WidgetId, w.WidgetType, w.String()) return |
