remove logs

This commit is contained in:
Peter Clement 2025-03-27 12:33:36 +00:00
parent a63278b044
commit 366239635f
2 changed files with 1 additions and 2 deletions

View File

@ -326,7 +326,7 @@ async function performAppCreate(
path: body.file?.path,
}
}
console.log("instanceConfig", instanceConfig)
const tenantId = tenancy.isMultiTenant() ? tenancy.getTenantId() : null
const appId = generateDevAppID(generateAppID(tenantId))

View File

@ -304,7 +304,6 @@ export async function save(
try {
body._id = configs.generateConfigID(type)
console.log("body", JSON.stringify(body, null, 2))
const response = await configs.save(body)
await cache.bustCache(cache.CacheKey.CHECKLIST)
await cache.bustCache(cache.CacheKey.ANALYTICS_ENABLED)