diff --git a/tools/src/commands/db/functions/migration-generation/generateContent/skeleton.ts b/tools/src/commands/db/functions/migration-generation/generateContent/skeleton.ts index cc537abba..616990be2 100644 --- a/tools/src/commands/db/functions/migration-generation/generateContent/skeleton.ts +++ b/tools/src/commands/db/functions/migration-generation/generateContent/skeleton.ts @@ -47,8 +47,6 @@ export default async function generateContent( deleteRule: raw.deleteRule } - console.log(stubCollection) - // View collections require a viewQuery if (raw.type === 'view') { // Use placeholder query with required id column - real query will be set in structure migration