fix: 清理前端 console.log/warn/error 调试日志 #61

Merged
xiaoxia merged 1 commits from fix/console-log-cleanup into develop 2026-06-28 08:13:30 +08:00
Owner

任务

P1 第二批 - console.log 清理

修改内容

  • 移除 ProjectGeneration.tsx 中唯一的 console.error 调用
  • 全项目前端代码中已无任何 console.log / console.warn / console.error
  • 确保生产构建不包含调试日志

验证

$ grep -rn "console\.\(log\|warn\|error\)" src/ --include="*.ts" --include="*.tsx"
# 无输出,已全部清理
## 任务 P1 第二批 - console.log 清理 ## 修改内容 - 移除 `ProjectGeneration.tsx` 中唯一的 `console.error` 调用 - 全项目前端代码中已无任何 `console.log` / `console.warn` / `console.error` - 确保生产构建不包含调试日志 ## 验证 ```bash $ grep -rn "console\.\(log\|warn\|error\)" src/ --include="*.ts" --include="*.tsx" # 无输出,已全部清理 ```
xiaoxia added 1 commit 2026-06-27 22:19:17 +08:00
fix: 清理前端 console.log/warn/error 调试日志
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
fb996a0a65
- 移除 ProjectGeneration.tsx 中唯一的 console.error 调用
- 确保生产构建不包含调试日志
- 前端代码中已无任何 console.log/warn/error

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
xiaoxia merged commit e10d65239e into develop 2026-06-28 08:13:30 +08:00
Sign in to join this conversation.