svghmi/widget_display.ysl2
branchsvghmi
changeset 3035 d1fc8c55c1d3
parent 3022 f6fe42b7ce60
child 3065 c369a742443d
--- a/svghmi/widget_display.ysl2	Fri Aug 21 14:29:03 2020 +0200
+++ b/svghmi/widget_display.ysl2	Mon Aug 24 09:48:35 2020 +0200
@@ -7,7 +7,6 @@
         frequency = 5;
         dispatch(value, oldval, index) {
             this.fields[index] = value;    
-            console.log(value, index);
             this.element.textContent = this.args.length == 1 ? vsprintf(this.args[0],this.fields) : this.fields.join(' ');
         }
     }