Removed debug logging

This commit is contained in:
Dean 2022-05-26 10:14:01 +01:00
parent e9554562bb
commit 03e032e835
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) const data = await updateAppPackage(ctx.request.body, ctx.params.appId)
ctx.status = 200 ctx.status = 200
ctx.body = data ctx.body = data
console.log(JSON.stringify(data))
} }
export const updateClient = async (ctx: any) => { export const updateClient = async (ctx: any) => {