svghmi/hmi_tree.ysl2
branchsvghmi
changeset 2940 034b6ce4f885
parent 2939 4296ab974d4d
child 2941 ef13a4007538
--- a/svghmi/hmi_tree.ysl2	Sat Apr 18 14:06:41 2020 +0200
+++ b/svghmi/hmi_tree.ysl2	Sun Apr 19 10:48:34 2020 +0200
@@ -126,8 +126,6 @@
     result "$class_a and $class_b and $class_a = $class_b";
 }
 
-debug:hmi_tree;
-
 // Debug data
 template "*", mode="testtree"{
     param "indent", "''";
@@ -138,7 +136,7 @@
         with "indent" value "concat($indent,'>')"
     };
 }
-template "debug:hmi-tree", mode="debug" {
+emit "debug:hmi-tree" {
     | Raw HMI tree
     apply "$hmitree", mode="testtree";
     |