meno logging ancora
This commit is contained in:
+1
-1
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user