Merge pull request #3207 from overleaf/jpa-drop-console-log

[misc] drop console.log calls in tests

GitOrigin-RevId: 156c94761e55648a92cf98d4c3cce20abb5de623
This commit is contained in:
Chrystal Maria Griffiths
2020-09-18 12:04:09 +02:00
committed by Copybot
parent 06c4c0dcb5
commit e6307237e4
6 changed files with 4 additions and 14 deletions
@@ -75,9 +75,7 @@ describe('UserEmailsController', function() {
'../Errors/HttpErrorHandler': this.HttpErrorHandler,
'../Errors/Errors': Errors,
'logger-sharelatex': {
log() {
console.log(arguments)
},
log() {},
err() {}
}
}