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 7b50159 commit e217942Copy full SHA for e217942
webview-ui/src/components/settings/AutoApproveSettings.tsx
@@ -1,4 +1,4 @@
1
-import { HTMLAttributes, useEffect, useState } from "react"
+import { HTMLAttributes, useState } from "react"
2
import { X, CheckCheck } from "lucide-react"
3
import { Trans } from "react-i18next"
4
import { Package } from "@roo/package"
@@ -114,10 +114,6 @@ export const AutoApproveSettings = ({
114
}
115
116
117
- useEffect(() => {
118
- console.log(`useEffect: allowedMaxRequests = ${allowedMaxRequests}, allowedMaxCost = ${allowedMaxCost}`)
119
- }, [allowedMaxRequests, allowedMaxCost])
120
-
121
return (
122
<div {...props}>
123
<SectionHeader>
0 commit comments