Skip to content

Commit

Permalink
remove testing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Apr 23, 2024
1 parent d6246f2 commit c45b367
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/controllers/token.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ async function fetchTokenStats(network) {
accounts.forEach((entry) => {
const account = entry[0].toHuman()[0]
const balances = entry[1].toHuman().data;
console.log(balances)
const frozen = BigInt(balances.frozen.replace(/,/g, ""));
const free = BigInt(balances.free.replace(/,/g, ""));
const reserved = BigInt(balances.reserved.replace(/,/g, ""));
Expand Down

0 comments on commit c45b367

Please sign in to comment.