mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
removing logging method
This commit is contained in:
parent
7ed03022f5
commit
7b894f100f
1 changed files with 0 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue