svghmi/svghmi.js
branchsvghmi
changeset 2827 af32e80d108f
parent 2826 1e5abecc3cde
child 2829 4c2c50f60730
--- a/svghmi/svghmi.js	Tue Jan 14 11:09:26 2020 +0100
+++ b/svghmi/svghmi.js	Wed Jan 15 09:35:29 2020 +0100
@@ -131,7 +131,7 @@
     frequency: 1,
     indexes: [heartbeat_index],
     dispatch: function(value) {
-        console.log("Heartbeat" + value);
+        // console.log("Heartbeat" + value);
         change_hmi_value(this.indexes[0], "+1");
     }
 });