mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Adding metric logging mechanism
This commit is contained in:
@@ -63,15 +63,6 @@ var flowNodes = module.exports = {
|
||||
});
|
||||
},
|
||||
|
||||
/**
|
||||
* Add a node to the current active set
|
||||
* @param n the node to add
|
||||
*/
|
||||
add: function(n) {
|
||||
//console.log("ADDED NODE:",n.id,n.type,n.name||"");
|
||||
n.on("log",log.log);
|
||||
},
|
||||
|
||||
/**
|
||||
* Get a node
|
||||
* @param i the node id
|
||||
|
Reference in New Issue
Block a user