mirror of
				https://github.com/node-red/node-red-nodes.git
				synced 2025-03-01 10:37:43 +00:00 
			
		
		
		
	remove superfluous logging
This commit is contained in:
		@@ -55,7 +55,6 @@ module.exports = function(RED) {
 | 
			
		||||
            timeout: 60000
 | 
			
		||||
        }
 | 
			
		||||
        if (this.resource !== "") { opts.resource = this.resource; }
 | 
			
		||||
        console.log("OPTS",opts)
 | 
			
		||||
        this.client = client(opts);
 | 
			
		||||
 | 
			
		||||
        this.client.timeout = 60000;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user