Skip to content

Commit e6f8e3c

Browse files
committed
Remove debugging
1 parent 85a478c commit e6f8e3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,6 @@ const SettingsView = forwardRef<SettingsViewRef, SettingsViewProps>(({ onDone, t
325325
const isSettingValid = !errorMessage
326326

327327
const handleSubmit = () => {
328-
console.log(`handleSubmit: isSettingValid = ${isSettingValid}, allowedMaxRequests = ${allowedMaxRequests}`)
329-
330328
if (isSettingValid) {
331329
vscode.postMessage({
332330
type: "updateSettings",

0 commit comments

Comments
 (0)