# HG changeset patch # User Edouard Tisserant # Date 1642673812 -3600 # Node ID 76995a304fe099a7307fd8fe96cc48455ef38e20 # Parent a1d9a03530536736f8c385f601c4fd73018dd3d6 SVGHMI: remove debug code 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"; | } }