summaryrefslogtreecommitdiff
path: root/toolkit/gocui/debug.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-03 16:08:58 -0500
committerJeff Carr <[email protected]>2023-04-03 16:08:58 -0500
commitc14ba9d6da0a82d6cd39645764a8f9b1a88af5d4 (patch)
treed7fe4c0f6eb7484730088b6d1b38e230a0aa0300 /toolkit/gocui/debug.go
parent55c7b44594096f338676d1b133acd4c649d1d6b8 (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.go1
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),