mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
remove logging
This commit is contained in:
parent
d55864e083
commit
5781c8c8d4
@ -63,18 +63,7 @@ export function ProfileForm({ userType }: { userType: string }) {
|
||||
|
||||
!item && setItem({ id: crypto.randomUUID(), name: user ? user.first_name : "", text: "", layer: layer, new: true })
|
||||
|
||||
}, [items])
|
||||
|
||||
useEffect(() => {
|
||||
console.log(state.offers);
|
||||
console.log(state.needs);
|
||||
console.log(state.id);
|
||||
console.log(item);
|
||||
|
||||
|
||||
|
||||
}, [state])
|
||||
|
||||
}, [items])
|
||||
|
||||
useEffect(() => {
|
||||
const newColor = item.layer?.itemColorField && getValue(item, item.layer?.itemColorField)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user