quash old debugging messages
This commit is contained in:
parent
bc55a8b33b
commit
27c0a4afb9
8
init.go
8
init.go
|
@ -30,10 +30,10 @@ func (me *TreeInfo) newAction(a widget.Action) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if n == nil {
|
if n == nil {
|
||||||
log.Log(TREEWARN, "tree.FindWidgetId() n == nil", a.WidgetId, a.WidgetType, a.ActionType)
|
// 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", 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. 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 bug in your application?")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
switch a.ActionType {
|
switch a.ActionType {
|
||||||
|
|
Loading…
Reference in New Issue