diff options
| author | Jeff Carr <[email protected]> | 2023-04-03 11:52:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-03 11:52:54 -0500 |
| commit | 55c7b44594096f338676d1b133acd4c649d1d6b8 (patch) | |
| tree | d3872f5230ee1ddde24aa61efa48b6703f81b644 /toolkit/gocui/debug.go | |
| parent | 4b6207743b90968d6b822032a4355e43b6ce6da9 (diff) | |
gocui: more color cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/debug.go')
| -rw-r--r-- | toolkit/gocui/debug.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/gocui/debug.go b/toolkit/gocui/debug.go index 3ecdfdd..d6ba494 100644 --- a/toolkit/gocui/debug.go +++ b/toolkit/gocui/debug.go @@ -22,7 +22,6 @@ func actionDump(b bool, a *toolkit.Action) { } func (w *cuiWidget) dumpTree(draw bool) { - log(logNow, "dumpTree() START", w) if (w == nil) { return } |
