From 7ed03022f5a019597c2fb5e70f674ea1919a37f0 Mon Sep 17 00:00:00 2001 From: Evan Date: Sun, 19 Jan 2025 18:15:38 +0800 Subject: [PATCH] removing logging --- src/core/Cline.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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