Skip to content

Commit

Permalink
xmaker: reduce logs
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Jan 25, 2025
1 parent 0b83669 commit d255a85
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/strategy/xmaker/strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -794,9 +794,6 @@ func (s *Strategy) allowMarginHedge(makerSide types.SideType) (bool, fixedpoint.
baseBal = types.NewZeroBalance(s.sourceMarket.BaseCurrency)
}

s.logger.Infof("hedge account quote balance: %+v", quoteBal)
s.logger.Infof("hedge account base balance: %+v", baseBal)

switch makerSide {
case types.SideTypeBuy:
if baseBal.Available.IsZero() {
Expand Down

0 comments on commit d255a85

Please sign in to comment.