Remove log

This commit is contained in:
Andrew Kingston 2022-08-20 13:51:32 +01:00
parent d19a0f171e
commit 1a29554997
1 changed files with 0 additions and 1 deletions

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()