Skip to content

Commit 7ed0302

Browse files
removing logging
1 parent 1d97429 commit 7ed0302

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/core/Cline.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,14 +1192,7 @@ export class Cline {
11921192
mcpHub,
11931193
this.browserSettings,
11941194
)
1195-
this.providerRef
1196-
.deref()
1197-
?.log(
1198-
`System prompt length with MCP ${mcpHub.shouldIncludeInPrompt() ? "enabled" : "disabled"}: ${systemPrompt.length} characters`,
1199-
)
1200-
// console.error(
1201-
// `System prompt length with MCP ${mcpHub.shouldIncludeInPrompt() ? "enabled" : "disabled"}: ${systemPrompt.length} characters`,
1202-
// )
1195+
12031196
let settingsCustomInstructions = this.customInstructions?.trim()
12041197
const clineRulesFilePath = path.resolve(cwd, GlobalFileNames.clineRules)
12051198
let clineRulesFileInstructions: string | undefined

0 commit comments

Comments
 (0)