Remove console.log from subflow

This commit is contained in:
Nick O'Leary 2020-03-30 23:41:58 +01:00
parent 9d4e2adde4
commit 5c06761b1a
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -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);