mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Remove console.log when ignoring disabled module
This commit is contained in:
		| @@ -353,7 +353,6 @@ async function loadPluginConfig(fileInfo) { | ||||
|  */ | ||||
| function loadNodeSet(node) { | ||||
|     if (!node.enabled) { | ||||
|         console.log("BAIL ON",node.id) | ||||
|         return Promise.resolve(node); | ||||
|     } else { | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user