Bonfida / sns-sdk

Solana Name Service SDKs monorepo
https://sns.id/
MIT License
34 stars 28 forks source link

Minor: console.logs() left in built version #7

Closed mikemaccana closed 1 year ago

mikemaccana commented 1 year ago

When running unit tests:

  console.log
    mint Avcptd1yzx67NnK8ed8g8HZGeg8vFZp6437cwSm3gQj6

      at F (node_modules/@bonfida/spl-name-service/dist/index.cjs:1:8742)

  console.log
    mint 6sLbLpia2LuH8jNyfgc1EEjeZkCTDmsfujhmzunkwnZ3

      at F (node_modules/@bonfida/spl-name-service/dist/index.cjs:1:8742)

  console.log
    mint 4QdW7gKBvYkfyGndoq2LJ4uJRAgdDFrgV336zdd86nDW

      at F (node_modules/@bonfida/spl-name-service/dist/index.cjs:1:8742)

  console.log
    mint 6sLbLpia2LuH8jNyfgc1EEjeZkCTDmsfujhmzunkwnZ3

      at F (node_modules/@bonfida/spl-name-service/dist/index.cjs:1:8742)

I can't find this in your code (searching for mint doesn't find anything so maybe you just need to rebuild.

dr497 commented 1 year ago

Thanks for flagging! Should be fixed in 0.2.12