remove logs
This commit is contained in:
parent
a63278b044
commit
366239635f
|
@ -326,7 +326,7 @@ async function performAppCreate(
|
||||||
path: body.file?.path,
|
path: body.file?.path,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log("instanceConfig", instanceConfig)
|
|
||||||
const tenantId = tenancy.isMultiTenant() ? tenancy.getTenantId() : null
|
const tenantId = tenancy.isMultiTenant() ? tenancy.getTenantId() : null
|
||||||
const appId = generateDevAppID(generateAppID(tenantId))
|
const appId = generateDevAppID(generateAppID(tenantId))
|
||||||
|
|
||||||
|
|
|
@ -304,7 +304,6 @@ export async function save(
|
||||||
|
|
||||||
try {
|
try {
|
||||||
body._id = configs.generateConfigID(type)
|
body._id = configs.generateConfigID(type)
|
||||||
console.log("body", JSON.stringify(body, null, 2))
|
|
||||||
const response = await configs.save(body)
|
const response = await configs.save(body)
|
||||||
await cache.bustCache(cache.CacheKey.CHECKLIST)
|
await cache.bustCache(cache.CacheKey.CHECKLIST)
|
||||||
await cache.bustCache(cache.CacheKey.ANALYTICS_ENABLED)
|
await cache.bustCache(cache.CacheKey.ANALYTICS_ENABLED)
|
||||||
|
|
Loading…
Reference in New Issue