Skip to content

Commit

Permalink
rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
olzraiti committed Jan 8, 2025
1 parent 1039c9a commit c92fd5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration-test/document/batch-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ describe("/documents/batch", function() {
const res = await request(this.server)
.get(`${batchPath}/${id}?access_token=${config.access_token}&personToken=${config.user.token}`)
.send();
console.log(JSON.stringify(res.body));
res.should.have.status(200);
res.body.should.have.property("phase").to.eql("READY_TO_COMPLETE");
res.body.should.have.property("status");
Expand Down

0 comments on commit c92fd5c

Please sign in to comment.