remove debug
This commit is contained in:
parent
37d12291a0
commit
305b3f150d
1 changed files with 0 additions and 2 deletions
|
|
@ -135,8 +135,6 @@ function settings () {
|
|||
function save (config) {
|
||||
const sql = 'insert into user_config (type, data, valid) values ($1, $2, $3)'
|
||||
|
||||
console.log('DEBUG800: %s', sql)
|
||||
|
||||
return configValidate.validate(config)
|
||||
.then(() => db.none(sql, ['config', {config}, true]))
|
||||
.catch(() => db.none(sql, ['config', {config}, false]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue