diff --git a/services/web/app/coffee/Features/User/UserEmailsController.coffee b/services/web/app/coffee/Features/User/UserEmailsController.coffee index 3c574d6088..bc53af4098 100644 --- a/services/web/app/coffee/Features/User/UserEmailsController.coffee +++ b/services/web/app/coffee/Features/User/UserEmailsController.coffee @@ -33,7 +33,6 @@ module.exports = UserEmailsController = remove: (req, res, next) -> userId = AuthenticationController.getLoggedInUserId(req) - logger.log req.params email = EmailHelper.parseEmail(req.params.email) return res.sendStatus 422 unless email? diff --git a/services/web/public/coffee/main/affiliations/controllers/UserAffiliationsController.coffee b/services/web/public/coffee/main/affiliations/controllers/UserAffiliationsController.coffee index d212a44bdf..bc3890081a 100644 --- a/services/web/public/coffee/main/affiliations/controllers/UserAffiliationsController.coffee +++ b/services/web/public/coffee/main/affiliations/controllers/UserAffiliationsController.coffee @@ -89,7 +89,6 @@ define [ UserAffiliationsDataService .setDefaultUserEmail email .then () -> _getUserEmails() - .catch () -> console.log "fodeu" $scope.removeUserEmail = (email) -> $scope.ui.isLoadingEmails = true