Skip to content

Commit 793b13e

Browse files
committed
remove verbose
1 parent 26a315b commit 793b13e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,6 @@ export class ClineProvider implements vscode.WebviewViewProvider {
18841884
this.outputChannel.appendLine("Invalid response from Requesty API")
18851885
}
18861886
await fs.writeFile(requestyModelsFilePath, JSON.stringify(models))
1887-
this.outputChannel.appendLine(`Requesty models fetched and saved: ${JSON.stringify(models, null, 2)}`)
18881887
} catch (error) {
18891888
this.outputChannel.appendLine(
18901889
`Error fetching Requesty models: ${JSON.stringify(error, Object.getOwnPropertyNames(error), 2)}`,

0 commit comments

Comments
 (0)