Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaptosj committed Oct 20, 2023
1 parent aa75577 commit 9d490a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/app/home/Pet/Collection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ export function Collection() {
},
});

console.log(collectionResponse);

const firstFewAptogotchi = await Promise.all(
collectionResponse.current_collection_ownership_v2_view
// TODO: change to limit 3 in gql after indexer fix limit
Expand Down

0 comments on commit 9d490a7

Please sign in to comment.