sam hoang 11 месяцев назад
Родитель
Сommit
793b13ea28
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/core/webview/ClineProvider.ts

+ 0 - 1
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)}`,