diff --git a/red/nodes/flows.js b/red/nodes/flows.js index 5f9114757..6db72efa3 100644 --- a/red/nodes/flows.js +++ b/red/nodes/flows.js @@ -151,9 +151,6 @@ var flowNodes = module.exports = { } } }, - addLogHandler: function(handler) { - logHandlers.push(handler); - }, getFlows: function() { return activeConfig;