1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00

Remove log

This commit is contained in:
Andrew Kingston 2022-08-20 13:51:32 +01:00
parent 1e98f03bd7
commit ed2496c686

View file

@ -102,7 +102,6 @@ export const deleteObjects = async function (ctx: any) {
}
export const serveApp = async function (ctx: any) {
console.log("SERVE APP")
const db = getAppDB({ skip_setup: true })
const appInfo = await db.get(DocumentType.APP_METADATA)
let appId = getAppId()