Remove logs.

This commit is contained in:
Paulo Reis 2018-06-25 17:32:39 +01:00
parent e7f819fbdd
commit 70b3df5a0e
2 changed files with 0 additions and 2 deletions

View file

@ -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?

View file

@ -89,7 +89,6 @@ define [
UserAffiliationsDataService
.setDefaultUserEmail email
.then () -> _getUserEmails()
.catch () -> console.log "fodeu"
$scope.removeUserEmail = (email) ->
$scope.ui.isLoadingEmails = true