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
@@ -246,7 +246,6 @@ describe('UserEmailsConfirmationHandler', function() {
})
it('should call the callback with a NotFoundError', function() {
console.log(this.callback.lastCall.args)
return this.callback
.calledWith(sinon.match.instanceOf(Errors.NotFoundError))
.should.equal(true)