mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
remove misc console.logs
This commit is contained in:
parent
84f2168769
commit
f3b1b5ca0d
@ -482,9 +482,7 @@ profileValidation.directive('uniqueEmail', ['$http', function($http) {
|
||||
.success(function (exists) {
|
||||
if (email === scope.storedEmail) {
|
||||
ngModel.$setValidity('unique', true);
|
||||
console.log('scoped.storedEmail', scoped.storedEmail);
|
||||
} else if (exists.exists) {
|
||||
console.log('setValid to false');
|
||||
ngModel.$setValidity('unique', false);
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user