remove debug

This commit is contained in:
Josh Harvey 2017-08-30 12:52:42 +03:00
parent 13933c3fb2
commit 0b84a24527
2 changed files with 0 additions and 3 deletions

View file

@ -178,7 +178,6 @@ function upsert (dbTx, preProcessedTx) {
function insert (tx) {
const dbTx = massage(tx)
const sql = pgp.helpers.insert(dbTx, null, 'cash_in_txs') + ' returning *'
return db.one(sql)
.then(toObj)