Skip to content

Commit

Permalink
clean logs
Browse files Browse the repository at this point in the history
  • Loading branch information
leonz789 committed Sep 30, 2024
1 parent 97d7e39 commit 8865d40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/feeder_tool.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func RunPriceFeeder(conf feedertypes.Config, mnemonic string, sourcesPath string
// TODO: refactor
if strings.EqualFold(tokenName, types.NativeTokenETH) {
// actually not usdt, we so need to do refactor for the mess
fmt.Println("set up feeder trigger for nstethusdt")
delete(remainningFeeders, tokenName)
trigger := make(chan eventRes, 3)
fInfo.updateCh = trigger
Expand Down

0 comments on commit 8865d40

Please sign in to comment.