mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Remove stray console.log from mqtt.html
This commit is contained in:
		@@ -812,10 +812,7 @@
 | 
			
		||||
                default: !this.expiry ? 'none':'num',
 | 
			
		||||
                types: [typedInputNoneOpt,  'num']
 | 
			
		||||
            });
 | 
			
		||||
            $("#node-input-contentType").on('change', function (event, type, value, urg) {
 | 
			
		||||
                console.log(event);
 | 
			
		||||
                console.log("ct change",type,value, urg);
 | 
			
		||||
            }).typedInput({
 | 
			
		||||
            $("#node-input-contentType").typedInput({
 | 
			
		||||
                default: getDefaultContentType(this.contentType),
 | 
			
		||||
                types: contentTypeOpts
 | 
			
		||||
            })
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user