diff --git a/packages/runtime-common/module-syntax.ts b/packages/runtime-common/module-syntax.ts index efe67c4a25..d7938afa63 100644 --- a/packages/runtime-common/module-syntax.ts +++ b/packages/runtime-common/module-syntax.ts @@ -400,7 +400,7 @@ function makeNewField({ `${baseRealm.url}card-api`, 'field', ); - debugger; + let fieldTypeIdentifier = importUtil.import( target as NodePath, `${baseRealm.url}card-api`, @@ -441,7 +441,6 @@ function makeNewField({ ); if (sourceCodeForComputedField) { - debugger; return `@${fieldDecorator.name} ${fieldName} = ${fieldTypeIdentifier.name}(${fieldCardIdentifier.name}, { computeVia: function () { return ${sourceCodeForComputedField}