removing logging

This commit is contained in:
Evan 2025-01-19 18:15:38 +08:00
parent 1d97429e28
commit 7ed03022f5

View file

@ -1192,14 +1192,7 @@ export class Cline {
mcpHub,
this.browserSettings,
)
this.providerRef
.deref()
?.log(
`System prompt length with MCP ${mcpHub.shouldIncludeInPrompt() ? "enabled" : "disabled"}: ${systemPrompt.length} characters`,
)
// console.error(
// `System prompt length with MCP ${mcpHub.shouldIncludeInPrompt() ? "enabled" : "disabled"}: ${systemPrompt.length} characters`,
// )
let settingsCustomInstructions = this.customInstructions?.trim()
const clineRulesFilePath = path.resolve(cwd, GlobalFileNames.clineRules)
let clineRulesFileInstructions: string | undefined