Skip to content

Commit

Permalink
Remoev console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
cynsupercat committed Dec 19, 2023
1 parent 13981b5 commit 9ab6aca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/onboarding/3-create-collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const component = '[IMX-CREATE-COLLECTION]';
const ownerPublicKey = wallet.publicKey;

log.info(component, 'Creating collection...', collectionContractAddress);
console.log(getEnv('API_KEY'));

const { timestamp, signature } = await generateIMXAuthorisationHeaders(
signer,
Expand Down

0 comments on commit 9ab6aca

Please sign in to comment.