Skip to content

Commit 8eac641

Browse files
committed
feat: Remove unnecessary logs
1 parent 2d6ed38 commit 8eac641

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/plugin-nft-generation/src/actions/mintNFTAction.ts

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ const mintNFTAction: Action = {
9999
return false;
100100
}
101101

102-
elizaLogger.log("mint content", content);
103102

104103
const publicKey = runtime.getSetting("SOLANA_PUBLIC_KEY");
105104
const privateKey = runtime.getSetting("SOLANA_PRIVATE_KEY");

0 commit comments

Comments
 (0)