diff options
| author | Your Name <[email protected]> | 2024-01-01 12:00:00 -0600 |
|---|---|---|
| committer | Your Name <[email protected]> | 2024-01-01 12:00:00 -0600 |
| commit | 27c0a4afb9d54f7aa2e8c1a92cc444bf5207c360 (patch) | |
| tree | 5919552b1d8aa29d8a348653040a173cc4c6e007 /init.go | |
| parent | bc55a8b33b15a6a905835790ce818c28d10ebdb5 (diff) | |
quash old debugging messages
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 { |
