summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/debug.go b/debug.go
index ffe15fd..4f5340d 100644
--- a/debug.go
+++ b/debug.go
@@ -130,10 +130,6 @@ func (n *Node) dumpWidget(b bool) string {
}
info = n.WidgetType.String()
- if (n.WidgetType == toolkit.Checkbox) {
- info += " = " + strconv.FormatBool(n.widget.B)
- }
-
d = strconv.Itoa(n.id) + " " + info
var tabs string