remove debug

This commit is contained in:
Josh Harvey 2017-07-26 01:10:16 +03:00
parent 37d12291a0
commit 305b3f150d

View file

@ -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]))