🔥 refactor(dictAreaModal/index.tsx): remove unnecessary console.log statement
The console.log statement was not providing any useful information and was removed to improve code cleanliness and performance.
This commit is contained in:
parent
f56dcc03b0
commit
0e6b38c427
1 changed files with 0 additions and 2 deletions
|
|
@ -22,8 +22,6 @@ export default function DictAreaModal({
|
|||
const [dictObj, setDictObj] = useState(value);
|
||||
|
||||
useEffect(() => {
|
||||
console.log(value);
|
||||
|
||||
if (value) setDictObj(value);
|
||||
}, [dictObj]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue