Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
PrathyushaLakkireddy committed Aug 17, 2021
1 parent e2f09e4 commit 1bf0bd5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions relayer-alerter/targets/acc_balance.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ func BalanceChangeAlerts(cfg *config.Config) error {
amount, denom, err := requestBal(endPoint, add.Denom)
if err != nil {
log.Printf("Error while getting response from balance endpoint : %v", err)
// err = SendTelegramAlert(fmt.Sprintf("%s LCD ERROR : %v", add.NetworkName, err.Error()), cfg)
// if err != nil {
// log.Printf("Error while sending telegram alert of balance endpoint : %v", err)
// }
// return err
}

if amount != "" {
Expand Down

0 comments on commit 1bf0bd5

Please sign in to comment.