remove dubug log
This commit is contained in:
parent
33c7f389cb
commit
da5726a774
1 changed files with 0 additions and 2 deletions
|
|
@ -174,8 +174,6 @@ class StatsController {
|
|||
.filter((pair) => pair.volume > MIN_VOLUME_THRESHOLD)
|
||||
.sort((a, b) => new Decimal(b.tvl).minus(new Decimal(a.tvl)).toNumber());
|
||||
|
||||
console.log('allTvls', allTvls);
|
||||
|
||||
const totalTVL = allTvls.reduce(
|
||||
(acc, pair) => acc.add(new Decimal(pair.tvl)),
|
||||
new Decimal(0),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue