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;