SVGHMI: remove debug code
authorEdouard Tisserant
Thu, 20 Jan 2022 11:16:52 +0100
changeset 3419 76995a304fe0
parent 3418 a1d9a0353053
child 3420 da8cceaa247d
SVGHMI: remove debug code
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";
     |     }
 }