remove console.log
This commit is contained in:
parent
754c9f823f
commit
a02212bbb7
@ -132,13 +132,11 @@ r.put('/channel/:chid/opay/setting', checkSession, getChannelList, hasChannel('c
|
||||
"target_amount" = $4,
|
||||
"title" = $5`
|
||||
let values = [c.state.channel.id, sd, ed, amount, c.request.body.title]
|
||||
let result = await c.db.query({
|
||||
await c.db.query({
|
||||
text,
|
||||
values
|
||||
})
|
||||
|
||||
console.log(result)
|
||||
|
||||
c.obj = resObject('Success')
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user