We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4ac7c commit 5ec7c82Copy full SHA for 5ec7c82
src/RestWrite.js
@@ -743,9 +743,6 @@ RestWrite.prototype._validateUserName = function () {
743
Parse.Error.USERNAME_TAKEN,
744
'Account already exists for this username.'
745
);
746
- if (this.config.logLevels.usernameAlreadyExists !== 'silent') {
747
- logger[this.config.logLevels.usernameAlreadyExists](JSON.stringify(usernameError));
748
- }
749
throw usernameError;
750
}
751
return;
0 commit comments