Skip to content

Commit

Permalink
Remove console.log from subflow
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Mar 30, 2020
1 parent 9d4e2ad commit 5c06761
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class Subflow extends Flow {
this.node.on("close", function() { this.status({}); })
this.node.status = status => this.parent.handleStatus(this.node,status);
// Create a context instance
console.log("Node.context",this.type,"id:",this._alias||this.id,"z:",this.z)
// console.log("Node.context",this.type,"id:",this._alias||this.id,"z:",this.z)
this._context = context.get(this._alias||this.id,this.z);


Expand Down

0 comments on commit 5c06761

Please sign in to comment.