Removed debug logging

This commit is contained in:
Dean 2022-05-26 10:14:01 +01:00
parent c17e625961
commit 0b64a2bd1e
1 changed files with 0 additions and 1 deletions

View File

@ -341,7 +341,6 @@ export const update = async (ctx: any) => {
const data = await updateAppPackage(ctx.request.body, ctx.params.appId)
ctx.status = 200
ctx.body = data
console.log(JSON.stringify(data))
}
export const updateClient = async (ctx: any) => {