meno logging ancora
parent
3236e00e31
commit
e50f3d41d5
|
|
@ -221,7 +221,7 @@ module.exports = function (RED) {
|
||||||
RED.nodes.createNode(this, config);
|
RED.nodes.createNode(this, config);
|
||||||
var node = this;
|
var node = this;
|
||||||
node.on('input', function (msg) {
|
node.on('input', function (msg) {
|
||||||
console.log("input", msg);
|
// console.log("input", msg);
|
||||||
/*try {
|
/*try {
|
||||||
read_msg.assert(msg);
|
read_msg.assert(msg);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue