mirror of https://github.com/louislam/uptime-kuma
remove debug msg
parent
c81930cacc
commit
5a6e83b777
|
@ -56,7 +56,5 @@ exports.getSettings = async function (type) {
|
||||||
result[row.key] = row.value;
|
result[row.key] = row.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(result)
|
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue