1
0
Fork 0
mirror of synced 2024-06-17 09:55:09 +12:00

Removed debug logging

This commit is contained in:
Dean 2022-05-26 10:14:01 +01:00
parent e9554562bb
commit 03e032e835

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) => {