Skip to content

Commit

Permalink
remove misc console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkeley Martinez authored and Berkeley Martinez committed Jun 11, 2015
1 parent 84f2168 commit f3b1b5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public/js/main_0.0.2.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
});
Expand Down

0 comments on commit f3b1b5c

Please sign in to comment.