SVGHMI: removed debug code svghmi
authorEdouard Tisserant
Thu, 02 Apr 2020 14:04:21 +0200
branchsvghmi
changeset 2912 d320367eb2ad
parent 2911 211d6a185e31
child 2913 ac4328e69079
SVGHMI: removed debug code
svghmi/svghmi.js
svghmi/widget_back.ysl2
svghmi/widget_jump.ysl2
--- a/svghmi/svghmi.js	Thu Apr 02 14:03:38 2020 +0200
+++ b/svghmi/svghmi.js	Thu Apr 02 14:04:21 2020 +0200
@@ -411,7 +411,6 @@
     need_cache_apply.push(this);
     jumps_need_update = true;
     requestHMIAnimation();
-    console.log(opstr, new_item_offset);
 }
 
 
--- a/svghmi/widget_back.ysl2	Thu Apr 02 14:03:38 2020 +0200
+++ b/svghmi/widget_back.ysl2	Thu Apr 02 14:04:21 2020 +0200
@@ -4,7 +4,6 @@
     param "hmi_element";
 
     |     on_click: function(evt) {
-    |         console.log("Back !");
     |         if(jump_history.length > 1){
     |            jump_history.pop();
     |            let [page_name, index] = jump_history.pop();
--- a/svghmi/widget_jump.ysl2	Thu Apr 02 14:03:38 2020 +0200
+++ b/svghmi/widget_jump.ysl2	Thu Apr 02 14:04:21 2020 +0200
@@ -25,7 +25,6 @@
     |     frequency: 2,
     |     dispatch: function(value) {
     |         this.disabled = !Number(value);
-    |         console.log("disbled",value);
     |         this.update();
     |     },
     }