1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Remove unused code.

This commit is contained in:
Mark Hindess 2014-07-14 21:45:03 +01:00
parent d4548deeb3
commit 7281d273a1

View File

@ -151,9 +151,6 @@ var flowNodes = module.exports = {
}
}
},
addLogHandler: function(handler) {
logHandlers.push(handler);
},
getFlows: function() {
return activeConfig;