Skip to content

Commit 2611964

Browse files
committed
remove console log
1 parent 6476c43 commit 2611964

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,6 @@ export class ClineProvider implements vscode.WebviewViewProvider {
997997
case "loadApiConfiguration":
998998
if (message.text) {
999999
try {
1000-
console.log("loadApiConfiguration", message.text)
10011000
const apiConfig = await this.configManager.LoadConfig(message.text);
10021001
const listApiConfig = await this.configManager.ListConfig();
10031002

webview-ui/src/components/settings/ApiOptions.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@ const ApiOptions = ({ apiErrorMessage, modelIdErrorMessage }: ApiOptionsProps) =
483483
<Checkbox
484484
checked={apiConfiguration?.openAiStreamingEnabled ?? true}
485485
onChange={(checked: boolean) => {
486-
console.log("isChecked", checked)
487486
handleInputChange("openAiStreamingEnabled")({
488487
target: { value: checked },
489488
})

0 commit comments

Comments
 (0)