diff -r 793ce2117258 -r d1fc8c55c1d3 svghmi/widget_jsontable.ysl2 --- a/svghmi/widget_jsontable.ysl2 Fri Aug 21 14:29:03 2020 +0200 +++ b/svghmi/widget_jsontable.ysl2 Mon Aug 24 09:48:35 2020 +0200 @@ -22,7 +22,6 @@ } dispatch(value, oldval, index) { - console.log("mhooo", index); this.cache[index] = value; this.do_http_request(); }