summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.go b/debug.go
index e6074ca..cf884cf 100644
--- a/debug.go
+++ b/debug.go
@@ -8,7 +8,7 @@ import (
)
func (w *guiWidget) dumpTree(draw bool) {
- log.Log(ERROR, "dumpTree w", w.node.WidgetId, w.WidgetType, w.String())
+ // log.Log(ERROR, "dumpTree w", w.node.WidgetId, w.WidgetType, w.String())
if w == nil {
log.Log(ERROR, "dumpTree w.TK == nil", w.node.WidgetId, w.WidgetType, w.String())
return