Skip to content

Commit

Permalink
log removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Adityapanther committed Nov 21, 2021
1 parent dfec851 commit 291a646
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/validatorCompiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ test('validator compiler working', t => {
fileName: 'aditya_picture'
}
}, (err, res) => {
console.log('res..............')
const data = res.json()
console.log()
t.error(err)
t.equal(data.code, 200)
t.same(data, { status: 'success', code: 200, msg: 'operation completed successfully' })
Expand Down

0 comments on commit 291a646

Please sign in to comment.