refactor(EditNodeModal): remove console.log statement for myData.value to improve code cleanliness
This commit is contained in:
parent
3a7d07916a
commit
448c69c038
1 changed files with 0 additions and 2 deletions
|
|
@ -61,8 +61,6 @@ const EditNodeModal = forwardRef(
|
|||
const myData = useSignal(data);
|
||||
const [render, setRender] = useState(false);
|
||||
useSignalEffect(() => {
|
||||
console.log(myData.value);
|
||||
|
||||
setRender(!render);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue