refactor: remove debug print statements (#12598)

### What problem does this PR solve?

This PR eliminates unnecessary debug print statements that were left in
hot paths of the codebase.

### Type of change

- [x] Refactoring
This commit is contained in:
lys1313013
2026-01-14 10:05:34 +08:00
committed by GitHub
parent ea619dba3b
commit f72a35188d
4 changed files with 11 additions and 13 deletions

View File

@ -377,6 +377,8 @@ export default {
},
knowledgeConfiguration: {
settings: '设置',
autoMetadataTip:
'自动生成元数据。适用于解析新文件。现有文件需要重新解析才能更新chunk将保留。请注意配置中指定的索引模型将消耗额外的 Token。',
imageTableContextWindow: '图像与表格上下文窗口',
imageTableContextWindowTip:
'抓取图像与表格上下方的 N 个 token为该 chunk 提供更丰富的背景上下文。',
@ -393,7 +395,8 @@ export default {
paddleocrOptions: 'PaddleOCR 选项',
paddleocrApiUrl: 'PaddleOCR API URL',
paddleocrApiUrlTip: 'PaddleOCR 服务的 API 端点 URL',
paddleocrApiUrlPlaceholder: '例如https://paddleocr-server.com/layout-parsing',
paddleocrApiUrlPlaceholder:
'例如https://paddleocr-server.com/layout-parsing',
paddleocrAccessToken: 'AI Studio 访问令牌',
paddleocrAccessTokenTip: 'PaddleOCR API 的访问令牌(可选)',
paddleocrAccessTokenPlaceholder: '您的 AI Studio 令牌(可选)',
@ -1133,7 +1136,7 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
selectAlgorithm: '选择算法',
modelNamePlaceholder: '例如paddleocr-from-env-1',
modelNameRequired: '模型名称为必填项',
apiUrlRequired: 'PaddleOCR API URL 为必填项'
apiUrlRequired: 'PaddleOCR API URL 为必填项',
},
},
message: {