mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Remove console.log from subflow
This commit is contained in:
		@@ -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);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user