mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Remove console.log in credentials
This commit is contained in:
parent
4b160dc3a9
commit
44e8aeaae4
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user