mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove logs.
This commit is contained in:
parent
e7f819fbdd
commit
70b3df5a0e
2 changed files with 0 additions and 2 deletions
|
@ -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?
|
||||
|
||||
|
|
|
@ -89,7 +89,6 @@ define [
|
|||
UserAffiliationsDataService
|
||||
.setDefaultUserEmail email
|
||||
.then () -> _getUserEmails()
|
||||
.catch () -> console.log "fodeu"
|
||||
|
||||
$scope.removeUserEmail = (email) ->
|
||||
$scope.ui.isLoadingEmails = true
|
||||
|
|
Loading…
Reference in a new issue