Skip to content

Commit

Permalink
feat: remove old log (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Sep 7, 2023
1 parent 9ecff7c commit a33be0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ports/nfts/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export function createNFTComponent<T extends { id: string }>(options: {
})

const data: { data: string[] } = await bannedNames.json()
console.log('banned names: ', data)
return data.data
} catch (error) {
console.error('Error fetching banned names: ', error)
Expand Down

0 comments on commit a33be0c

Please sign in to comment.