diff --git a/src/core/Cline.ts b/src/core/Cline.ts index 14a5bac5e3..44e1d40ee5 100644 --- a/src/core/Cline.ts +++ b/src/core/Cline.ts @@ -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