diff options
Diffstat (limited to 'toolkit/gocui/debug.go')
| -rw-r--r-- | toolkit/gocui/debug.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/gocui/debug.go b/toolkit/gocui/debug.go index 817ee6e..1e424f7 100644 --- a/toolkit/gocui/debug.go +++ b/toolkit/gocui/debug.go @@ -89,7 +89,7 @@ func widgetDump(b bool, w *toolkit.Widget) { } log(b, "widget.Name =", w.Name) - log(b, "widget.Action =", w.Action) + // log(b, "widget.Action =", w.Action) log(b, "widget.Type =", w.Type) log(b, "widget.Custom =", w.Custom) log(b, "widget.B =", w.B) |
