Skip to content

Commit

Permalink
fix: remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Nov 17, 2023
1 parent 5af78a4 commit 86c9bb7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions external/tokensList/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"github.com/yearn/ydaemon/common/env"
"github.com/yearn/ydaemon/common/ethereum"
"github.com/yearn/ydaemon/common/helpers"
"github.com/yearn/ydaemon/common/logs"
"github.com/yearn/ydaemon/internal/multicalls"
"github.com/yearn/ydaemon/internal/storage"
)
Expand Down Expand Up @@ -83,8 +82,6 @@ func init() {
portalsMap[strconv.FormatInt(int64(token.ChainID), 10)+common.HexToAddress(token.Address).Hex()] = token
}
existingTokenLists[`portals`] = portalsMap

logs.Pretty(len(portalsMap), len(widoMap), len(cowswapMap), len(yearnMap))
}

func getSupportedZaps(chainID uint64, tokenAddress common.Address) []SupportedZap {
Expand Down

0 comments on commit 86c9bb7

Please sign in to comment.