Skip to content

Commit 37cc993

Browse files
Update webview-ui/src/components/settings/SettingsView.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 4dd9972 commit 37cc993

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ const SettingsView = forwardRef<SettingsViewRef, SettingsViewProps>(({ onDone },
135135
}, [])
136136

137137
const handleSubmit = () => {
138-
console.log("handleSubmit", apiConfiguration)
139138
const apiValidationResult = validateApiConfiguration(apiConfiguration)
140139

141140
const modelIdValidationResult = validateModelId(

0 commit comments

Comments
 (0)