diff --git a/src/Components/Profile/OverlayItemProfileSettings.tsx b/src/Components/Profile/OverlayItemProfileSettings.tsx index a00a0951..4fb982f6 100644 --- a/src/Components/Profile/OverlayItemProfileSettings.tsx +++ b/src/Components/Profile/OverlayItemProfileSettings.tsx @@ -119,14 +119,6 @@ export function OverlayItemProfileSettings() { }, [item]) - useEffect(() => { - console.log(offers); - console.log(needs); - console.log(subname) - - - }, [offers, needs, subname]) - const onUpdateItem = async () => { let changedItem = {} as Item;