Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
pacyL2K19 authored Oct 21, 2024
1 parent e8b8620 commit 7ea58d8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export const ObjectMetadataItemsLoadEffect = () => {
skip: !isLoggedIn,
});

console.log('a', newObjectMetadataItems);

const [objectMetadataItems, setObjectMetadataItems] = useRecoilState(
objectMetadataItemsState,
);
Expand Down

0 comments on commit 7ea58d8

Please sign in to comment.