diff --git a/lib/src/Components/Profile/Subcomponents/RelationsView.tsx b/lib/src/Components/Profile/Subcomponents/RelationsView.tsx index 27aa41db..82f7506e 100644 --- a/lib/src/Components/Profile/Subcomponents/RelationsView.tsx +++ b/lib/src/Components/Profile/Subcomponents/RelationsView.tsx @@ -24,10 +24,6 @@ export const RelationsView = ({ const items = useItems() const appState = useAppState() - useEffect(() => { - console.log(relatedItems) - }, []) - if (!item.relations) return const relationsOfRightType = item.relations.filter((r) => r.type === relation)