mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 06:09:02 +02:00
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:
committed by
Copybot
parent
06c4c0dcb5
commit
e6307237e4
@@ -75,9 +75,7 @@ describe('UserEmailsController', function() {
|
||||
'../Errors/HttpErrorHandler': this.HttpErrorHandler,
|
||||
'../Errors/Errors': Errors,
|
||||
'logger-sharelatex': {
|
||||
log() {
|
||||
console.log(arguments)
|
||||
},
|
||||
log() {},
|
||||
err() {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user