mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
remove console log
This commit is contained in:
parent
6476c43695
commit
26119644b3
2 changed files with 0 additions and 2 deletions
|
|
@ -997,7 +997,6 @@ export class ClineProvider implements vscode.WebviewViewProvider {
|
|||
case "loadApiConfiguration":
|
||||
if (message.text) {
|
||||
try {
|
||||
console.log("loadApiConfiguration", message.text)
|
||||
const apiConfig = await this.configManager.LoadConfig(message.text);
|
||||
const listApiConfig = await this.configManager.ListConfig();
|
||||
|
||||
|
|
|
|||
|
|
@ -483,7 +483,6 @@ const ApiOptions = ({ apiErrorMessage, modelIdErrorMessage }: ApiOptionsProps) =
|
|||
<Checkbox
|
||||
checked={apiConfiguration?.openAiStreamingEnabled ?? true}
|
||||
onChange={(checked: boolean) => {
|
||||
console.log("isChecked", checked)
|
||||
handleInputChange("openAiStreamingEnabled")({
|
||||
target: { value: checked },
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue