diff -r 793ce2117258 -r d1fc8c55c1d3 svghmi/widget_display.ysl2 --- 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(' '); } }