removing logging method

This commit is contained in:
Evan 2025-01-20 20:36:11 +08:00
parent 7ed03022f5
commit 7b894f100f

View file

@ -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,