Skip to content

Commit

Permalink
feat: remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Jan 17, 2025
1 parent 9cb7a07 commit 1272799
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webapp/src/components/OnSaleOrRentList/OnSaleOrRentList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ import './OnSaleOrRentList.css'
const ROWS_PER_PAGE = 12

const OnSaleOrRentList = ({ elements, isLoading, onSaleOrRentType, onFetchAuthorizations, onRevoke, wallet }: Props) => {
console.log(elements)
const [authorization, setAuthorization] = useState<Authorizations | null>(null)
const [nftsWithOpenOrders, setNftsWithOpenOrders] = useState<NFT<VendorName.DECENTRALAND>[]>([])
console.log('nftsWithOpenOrders:', nftsWithOpenOrders)

useEffect(() => {
if (elements && elements.length) {
Expand Down

0 comments on commit 1272799

Please sign in to comment.