meno logging ancora
parent
3236e00e31
commit
e50f3d41d5
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue