mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
removing logging
This commit is contained in:
parent
1d97429e28
commit
7ed03022f5
1 changed files with 1 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue