mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Remove console.log in credentials
This commit is contained in:
		@@ -48,7 +48,6 @@ module.exports = {
 | 
			
		||||
        var deletedCredentials = false;
 | 
			
		||||
        for (var c in credentials) {
 | 
			
		||||
            var n = getNode(c);
 | 
			
		||||
            console.log(c,n)
 | 
			
		||||
            if (!n) {
 | 
			
		||||
                deletedCredentials = true;
 | 
			
		||||
                delete credentials[c];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user