diff --git a/pkg/strategy/xmaker/strategy.go b/pkg/strategy/xmaker/strategy.go index cadf114b2..ce00fd847 100644 --- a/pkg/strategy/xmaker/strategy.go +++ b/pkg/strategy/xmaker/strategy.go @@ -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() {