Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit b348101

Browse files
committed
fix(core): remove log
1 parent abf20d1 commit b348101

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/framework-core/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@ ${entryLogInfo}`);
347347
// 兼容类型错误
348348
delete Source.Headers;
349349

350-
console.log(this.frameworkConfig.config);
351-
352350
// 旧的字段保持 JSON 格式,新字段使用字符串格式
353351
const data = await createAndDeployCloudBaseProject({
354352
Name: this.appConfig.name || '',

0 commit comments

Comments
 (0)