mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
remove console log
This commit is contained in:
@@ -997,7 +997,6 @@ export class ClineProvider implements vscode.WebviewViewProvider {
|
|||||||
case "loadApiConfiguration":
|
case "loadApiConfiguration":
|
||||||
if (message.text) {
|
if (message.text) {
|
||||||
try {
|
try {
|
||||||
console.log("loadApiConfiguration", message.text)
|
|
||||||
const apiConfig = await this.configManager.LoadConfig(message.text);
|
const apiConfig = await this.configManager.LoadConfig(message.text);
|
||||||
const listApiConfig = await this.configManager.ListConfig();
|
const listApiConfig = await this.configManager.ListConfig();
|
||||||
|
|
||||||
|
|||||||
@@ -483,7 +483,6 @@ const ApiOptions = ({ apiErrorMessage, modelIdErrorMessage }: ApiOptionsProps) =
|
|||||||
<Checkbox
|
<Checkbox
|
||||||
checked={apiConfiguration?.openAiStreamingEnabled ?? true}
|
checked={apiConfiguration?.openAiStreamingEnabled ?? true}
|
||||||
onChange={(checked: boolean) => {
|
onChange={(checked: boolean) => {
|
||||||
console.log("isChecked", checked)
|
|
||||||
handleInputChange("openAiStreamingEnabled")({
|
handleInputChange("openAiStreamingEnabled")({
|
||||||
target: { value: checked },
|
target: { value: checked },
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user