mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
remove excessive logging
GitOrigin-RevId: 62024bbe0415a4fdae66eb1b9c6707e5faec7cd1
This commit is contained in:
committed by
sharelatex
parent
debb82960c
commit
2c335802ca
@@ -449,19 +449,6 @@ describe('ProjectEntityUpdateHandler', function() {
|
||||
)
|
||||
})
|
||||
|
||||
it('should log out the error', function() {
|
||||
return this.logger.warn
|
||||
.calledWith(
|
||||
{
|
||||
projectId: project_id,
|
||||
docId: doc_id,
|
||||
lines: this.docLines
|
||||
},
|
||||
'doc not found while updating doc lines'
|
||||
)
|
||||
.should.equal(true)
|
||||
})
|
||||
|
||||
it('should return a not found error', function() {
|
||||
return this.callback
|
||||
.calledWith(sinon.match.instanceOf(Errors.NotFoundError))
|
||||
|
||||
Reference in New Issue
Block a user