From 7b894f100f13f77ae8d1d44fe155f3ab4b2389ee Mon Sep 17 00:00:00 2001 From: Evan Date: Mon, 20 Jan 2025 20:36:11 +0800 Subject: [PATCH] removing logging method --- src/core/webview/ClineProvider.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/webview/ClineProvider.ts b/src/core/webview/ClineProvider.ts index 13d630cae0..fc9d1b9fcc 100644 --- a/src/core/webview/ClineProvider.ts +++ b/src/core/webview/ClineProvider.ts @@ -84,10 +84,6 @@ export class ClineProvider implements vscode.WebviewViewProvider { mcpHub?: McpHub private latestAnnouncementId = "jan-6-2025" // update to some unique identifier when we add a new announcement - public log(message: string) { - this.outputChannel.appendLine(message) - } - constructor( readonly context: vscode.ExtensionContext, private readonly outputChannel: vscode.OutputChannel,