mirror of https://github.com/node-red/node-red.git
Remove unused code.
parent
d4548deeb3
commit
7281d273a1
|
@ -151,9 +151,6 @@ var flowNodes = module.exports = {
|
|||
}
|
||||
}
|
||||
},
|
||||
addLogHandler: function(handler) {
|
||||
logHandlers.push(handler);
|
||||
},
|
||||
|
||||
getFlows: function() {
|
||||
return activeConfig;
|
||||
|
|
Loading…
Reference in New Issue