Skip to content

Commit 46eef46

Browse files
committedMay 16, 2013
Don't log password (fix #90).
1 parent 9ca4bc9 commit 46eef46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/UA.js

+3
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,9 @@ UA.prototype.loadConfig = function(configuration) {
798798
case 'registrar_server':
799799
console.log('· ' + parameter + ': ' + settings[parameter]);
800800
break;
801+
case 'password':
802+
console.log('· ' + parameter + ': ' + 'NOT SHOWN');
803+
break;
801804
default:
802805
console.log('· ' + parameter + ': ' + window.JSON.stringify(settings[parameter]));
803806
}

0 commit comments

Comments
 (0)