svghmi/widget_jsontable.ysl2
branchsvghmi
changeset 3035 d1fc8c55c1d3
parent 3034 793ce2117258
child 3036 4930455428df
--- 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();
         }