remove debug msg

This commit is contained in:
LouisLam 2021-07-13 23:05:52 +08:00
parent c81930cacc
commit 5a6e83b777

View file

@ -56,7 +56,5 @@ exports.getSettings = async function (type) {
result[row.key] = row.value;
}
console.log(result)
return result;
}