Skip to content

Commit e217942

Browse files
committed
Remove debugging
1 parent 7b50159 commit e217942

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { HTMLAttributes, useEffect, useState } from "react"
1+
import { HTMLAttributes, useState } from "react"
22
import { X, CheckCheck } from "lucide-react"
33
import { Trans } from "react-i18next"
44
import { Package } from "@roo/package"
@@ -114,10 +114,6 @@ export const AutoApproveSettings = ({
114114
}
115115
}
116116

117-
useEffect(() => {
118-
console.log(`useEffect: allowedMaxRequests = ${allowedMaxRequests}, allowedMaxCost = ${allowedMaxCost}`)
119-
}, [allowedMaxRequests, allowedMaxCost])
120-
121117
return (
122118
<div {...props}>
123119
<SectionHeader>

0 commit comments

Comments
 (0)