Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ishtails committed Sep 27, 2024
1 parent 7774392 commit f0726cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nextjs/app/builders/_components/BuilderCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const BuilderCard = ({ mentor, builder }: Props) => {
});

useEffect(() => {
console.log(fetchedEnsAvatar);
setEnsAvatar(fetchedEnsAvatar);
}, [fetchedEnsAvatar]);

Expand Down

0 comments on commit f0726cc

Please sign in to comment.