Skip to content

Commit

Permalink
Remove overly verbose log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Azzolini committed May 10, 2018
1 parent 7b1d5f0 commit 980b5bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ query.transaction = async (cb, opts = {}) => {
await client.query('COMMIT')
return res
} catch (e) {
console.error('QUERY ERROR: Rolling back transaction', e)
await client.query('ROLLBACK')
throw e
} finally {
Expand Down

0 comments on commit 980b5bf

Please sign in to comment.