diff --git a/src/psf-slp-indexer.js b/src/psf-slp-indexer.js index 0130a22..7c40598 100644 --- a/src/psf-slp-indexer.js +++ b/src/psf-slp-indexer.js @@ -520,7 +520,7 @@ class PsfSlpIndexer { throw new Error('Input tokenId must be a string.') } catch (error) { - console.log('error: ', error) + // console.log('error: ', error) if (error.response && error.response.data) throw error.response.data else throw error } diff --git a/test/integration/chains/bchn/psf-slp-indexer.integration.js b/test/integration/chains/bchn/psf-slp-indexer.integration.js index d36ed37..6880450 100644 --- a/test/integration/chains/bchn/psf-slp-indexer.integration.js +++ b/test/integration/chains/bchn/psf-slp-indexer.integration.js @@ -163,7 +163,7 @@ describe('#psf-slp-indexer', () => { // bchjs.PsfSlpIndexer.restURL = 'http://localhost:3000/v5/' const result = await bchjs.PsfSlpIndexer.getTokenData2(tokenId) - console.log('result: ', result) + // console.log('result: ', result) assert.property(result, 'tokenStats') assert.property(result, 'mutableData')