We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa03563 commit ef06f0bCopy full SHA for ef06f0b
src/shared/checkExistApiConfig.ts
@@ -21,9 +21,5 @@ export function checkExistKey(config: ApiConfiguration | undefined) {
21
config.vsCodeLmModelSelector,
22
].some((value) => value !== undefined)
23
24
- console.log("[checkExistKey] config:", config)
25
- console.log("[checkExistKey] hasSecretKey:", hasSecretKey)
26
- console.log("[checkExistKey] hasOtherConfig:", hasOtherConfig)
27
-
28
return hasSecretKey || hasOtherConfig
29
}
0 commit comments