meno logging ancora

master
Pietro Brenna 2022-12-13 15:30:31 +01:00
parent 3236e00e31
commit e50f3d41d5
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ module.exports = function (RED) {
RED.nodes.createNode(this, config);
var node = this;
node.on('input', function (msg) {
console.log("input", msg);
// console.log("input", msg);
/*try {
read_msg.assert(msg);
} catch (e) {