Skip to content

Commit 67383d7

Browse files
committed
Update getBatchesToReveal.ts
1 parent 1921c13 commit 67383d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/thirdweb/src/extensions/erc721/lazyMinting/read/getBatchesToReveal.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ export async function getBatchesToReveal(
8686
}),
8787
);
8888

89-
console.log({ tokenMetadatas });
90-
9189
const encryptedUriData = await Promise.all(
9290
Array.from([...uriIndices]).map((i) =>
9391
EncryptedData.encryptedData({

0 commit comments

Comments
 (0)