diff --git a/src/core/webview/ClineProvider.ts b/src/core/webview/ClineProvider.ts index 9b1082664c..c765fa4707 100644 --- a/src/core/webview/ClineProvider.ts +++ b/src/core/webview/ClineProvider.ts @@ -1884,7 +1884,6 @@ export class ClineProvider implements vscode.WebviewViewProvider { this.outputChannel.appendLine("Invalid response from Requesty API") } await fs.writeFile(requestyModelsFilePath, JSON.stringify(models)) - this.outputChannel.appendLine(`Requesty models fetched and saved: ${JSON.stringify(models, null, 2)}`) } catch (error) { this.outputChannel.appendLine( `Error fetching Requesty models: ${JSON.stringify(error, Object.getOwnPropertyNames(error), 2)}`,