Skip to content

Commit

Permalink
Remove unimplemented flow.enable/disable functions
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jan 18, 2016
1 parent 3902a34 commit 3288efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions red/runtime/nodes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ module.exports = {
getFlow: flows.getFlow,
updateFlow: flows.updateFlow,
removeFlow: flows.removeFlow,
disableFlow: flows.disableFlow,
enableFlow: flows.enableFlow,
// disableFlow: flows.disableFlow,
// enableFlow: flows.enableFlow,


// Credentials
Expand Down

0 comments on commit 3288efd

Please sign in to comment.