mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Remove console.log
This commit is contained in:
		| @@ -935,7 +935,6 @@ RED.tabs = (function() { | ||||
|             clearSelection: function() { | ||||
|                 if (options.onselect) { | ||||
|                     var selection = ul.find("li.red-ui-tab.selected"); | ||||
|                     console.log(selection.length) | ||||
|                     if (selection.length > 0) { | ||||
|                         selection.removeClass("selected"); | ||||
|                         selectionChanged(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user