Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
shafu0x committed Dec 16, 2022
1 parent 04de9be commit 62b12eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function refresh() {
let nfts = [];

for (let i = 0; i < totalSupply; i++) {
console.log(i);
// console.log(i);
const tokenId = await contract.methods.tokenByIndex(i).call();
const nft = await contract.methods.idToNft(tokenId).call();
nfts.push({
Expand Down

0 comments on commit 62b12eb

Please sign in to comment.