Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
altafan committed Sep 19, 2024
1 parent e128406 commit 598d396
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pkg/client-sdk/covenantless_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,21 +350,6 @@ func (a *covenantlessArkClient) Balance(
},
}

history, _ := a.GetTransactionHistory(ctx)
log.Info("history ", len(history))
for _, v := range history {
log.Info("---------")
log.Infof("RoundTxid %v", v.RoundTxid)
log.Infof("RedeemTxid %v", v.RedeemTxid)
log.Infof("BoardingTxid %v", v.BoardingTxid)
log.Infof("CreatedAt %s", v.CreatedAt)
log.Infof("Type %v", v.Type)
log.Infof("Amount %d", v.Amount)
log.Infof("Pending %v", v.IsPending)
log.Infof("PendingChange %v", v.IsPendingChange)
log.Info("---------")
}

return response, nil
}

Expand Down

0 comments on commit 598d396

Please sign in to comment.