Skip to content

Commit b2ea290

Browse files
committed
remove log
1 parent 758890b commit b2ea290

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/pg-batch-query/test/test-error-handling.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ describe('BatchQuery error handling', function () {
4747
assert.equal(e.message, 'invalid input syntax for integer: "xxx"')
4848
}
4949
const response = await this.client.query('Select sum(value) from foo')
50-
console.log(response)
5150
assert.equal(response.rows[0]['sum'], null)
5251
})
5352

0 commit comments

Comments
 (0)