Remove unused code.

pull/267/head
Mark Hindess 2014-07-14 21:45:03 +01:00
parent d4548deeb3
commit 7281d273a1
1 changed files with 0 additions and 3 deletions

View File

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