mirror of https://github.com/node-red/node-red.git
Remove console.log from subflow
parent
9d4e2adde4
commit
5c06761b1a
|
@ -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);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue