From 27c0a4afb9d54f7aa2e8c1a92cc444bf5207c360 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 1 Jan 2024 12:00:00 -0600 Subject: quash old debugging messages --- init.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'init.go') diff --git a/init.go b/init.go index 19a828b..0aaba86 100644 --- a/init.go +++ b/init.go @@ -30,10 +30,10 @@ func (me *TreeInfo) newAction(a widget.Action) { return } if n == nil { - log.Log(TREEWARN, "tree.FindWidgetId() n == nil", a.WidgetId, a.WidgetType, a.ActionType) - log.Log(TREEWARN, "tree.FindWidgetId() n == nil", a.State.CurrentS) - log.Log(TREEWARN, "tree.FindWidgetId() n == nil. This should not happen. Bug in gui or tree package?") - log.Log(TREEWARN, "tree.FindWidgetId() n == nil. A bug in your application?") + // log.Log(TREEWARN, "tree.FindWidgetId() n == nil", a.WidgetId, a.WidgetType, a.ActionType) + // log.Log(TREEWARN, "tree.FindWidgetId() n == nil", a.State.CurrentS) + // log.Log(TREEWARN, "tree.FindWidgetId() n == nil. This should not happen. Bug in gui or tree package?") + // log.Log(TREEWARN, "tree.FindWidgetId() n == nil. A bug in your application?") return } switch a.ActionType { -- cgit v1.2.3