Skip to content

Commit

Permalink
chore: log
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosantangelo committed Jun 4, 2021
1 parent ff567c6 commit 934b1b8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ const FiltersMenu = (props: Props) => {
]
}, [])

console.log('-----------------------', contracts)

const rarityOptions = useMemo(() => {
const options = Object.values(WearableRarity)
.filter(x => x !== WearableRarity.COMMON && x !== WearableRarity.UNIQUE)
Expand Down

0 comments on commit 934b1b8

Please sign in to comment.