diff options
| author | Jeff Carr <[email protected]> | 2023-04-03 16:08:58 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-03 16:08:58 -0500 |
| commit | c14ba9d6da0a82d6cd39645764a8f9b1a88af5d4 (patch) | |
| tree | d7fe4c0f6eb7484730088b6d1b38e230a0aa0300 /toolkit/gocui/debug.go | |
| parent | 55c7b44594096f338676d1b133acd4c649d1d6b8 (diff) | |
gocui: debugging logical sizes
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 d6ba494..e79b1be 100644 --- a/toolkit/gocui/debug.go +++ b/toolkit/gocui/debug.go @@ -45,7 +45,6 @@ func (w *cuiWidget) showWidgetPlacement(b bool, s string) { log(logError, "showWidgetPlacement() WTF parent == nil", w.id, w.cuiName) log(logError, "showWidgetPlacement() WTF parent == nil", w.id, w.cuiName) log(logError, "showWidgetPlacement() WTF parent == nil", w.id, w.cuiName) - return } log(b, "dump()", s, fmt.Sprintf("(wId,pId)=(%3d,%3d)", w.id, w.parent.id), |
