From 4fc0687cf9984574a2a0ec2fb7acd0cde113f650 Mon Sep 17 00:00:00 2001 From: c9s Date: Fri, 3 Jun 2022 03:14:19 +0800 Subject: [PATCH] bollmaker: remove debug code --- pkg/strategy/bollmaker/strategy.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/strategy/bollmaker/strategy.go b/pkg/strategy/bollmaker/strategy.go index 071d06bd0..00e914ca6 100644 --- a/pkg/strategy/bollmaker/strategy.go +++ b/pkg/strategy/bollmaker/strategy.go @@ -558,8 +558,6 @@ func (s *Strategy) Run(ctx context.Context, orderExecutor bbgo.OrderExecutor, se instanceID := s.InstanceID() s.groupID = util.FNV32(instanceID) - log.Infof("!!! position: %+v", s.Position) - // If position is nil, we need to allocate a new position for calculation if s.Position == nil { // restore state (legacy)