Skip to content

Commit

Permalink
remove test log
Browse files Browse the repository at this point in the history
  • Loading branch information
pdp2121 committed Nov 6, 2024
1 parent d1d3769 commit 3ed1350
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/routes/v1/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ const parseCurrency = (currency) => {
}

async function fetchXRPLMetaTokens(offset) {
log.info('caching tokens from XRPLMeta')
const url = `https://${process.env.XRPL_META_URL}/tokens?trust_level=1&trust_level=2&trust_level=3`
log.info(`url: ${url}`)
log.info(`caching tokens from ${process.env.XRPL_META_URL}`)
return axios
.get(
`https://${process.env.XRPL_META_URL}/tokens?trust_level=1&trust_level=2&trust_level=3`,
Expand Down

0 comments on commit 3ed1350

Please sign in to comment.