Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljolvm committed Feb 26, 2024
1 parent d38de0d commit 847b51d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/03-organisms/NftsShelf.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export const NftsShelf = ({ address }: INftsShelfProps) => {
useEffect(() => {
if (!validatedAddressToSwap) {
setNftsQueryStatus(NFTsQueryStatus.EMPTY_QUERY);
console.log("entrou aqui")
}
}, [validatedAddressToSwap]);

Expand Down

0 comments on commit 847b51d

Please sign in to comment.