Skip to content

Commit ef06f0b

Browse files
committed
fix: Remove the debug log in the checkExistKey function
1 parent aa03563 commit ef06f0b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/shared/checkExistApiConfig.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,5 @@ export function checkExistKey(config: ApiConfiguration | undefined) {
2121
config.vsCodeLmModelSelector,
2222
].some((value) => value !== undefined)
2323

24-
console.log("[checkExistKey] config:", config)
25-
console.log("[checkExistKey] hasSecretKey:", hasSecretKey)
26-
console.log("[checkExistKey] hasOtherConfig:", hasOtherConfig)
27-
2824
return hasSecretKey || hasOtherConfig
2925
}

0 commit comments

Comments
 (0)