diff -r a1d9a0353053 -r 76995a304fe0 svghmi/widget_button.ysl2 --- a/svghmi/widget_button.ysl2 Wed Jan 19 11:41:37 2022 +0100 +++ b/svghmi/widget_button.ysl2 Thu Jan 20 11:16:52 2022 +0100 @@ -146,7 +146,7 @@ } template "state", mode="actions" { | «@name»_action(){ - | console.log("Entering state «@name»"); + // | console.log("Entering state «@name»", this.frequency); apply "*", mode="actions"; | } }