mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	remove console debugging
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							9008f063c3
						
					
				
				
					commit
					cfb7406fb8
				
			| @@ -478,7 +478,7 @@ RED.palette.editor = (function() { | ||||
|         if (catalogSelection.length === 0) { | ||||
|             // sidebar not yet loaded (red-catalogue-filter-select is not in dom) | ||||
|             if (maxRetry > 0) { | ||||
|                 console.log("updateCatalogFilter: sidebar not yet loaded, retrying in 100ms") | ||||
|                // console.log("updateCatalogFilter: sidebar not yet loaded, retrying in 100ms") | ||||
|                 // try again in 100ms | ||||
|                 setTimeout(() => { | ||||
|                     updateCatalogFilter(catalogEntries, maxRetry - 1) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user