Skip to content

Commit

Permalink
clear this console log before updating
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfkid200444 committed Mar 22, 2023
1 parent f2c5218 commit 2f51362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ async function fetchBadges(id: string, setBadges: Function): Promise<CustomBadge
}

function getBadgeselements(badges: CustomBadges, Badge: any, id: string) {
console.log('it works', badges)
const badgeTypes = [
{
condition: badges.customBadgesArray,
Expand Down

0 comments on commit 2f51362

Please sign in to comment.