bollmaker: remove debug code

This commit is contained in:
c9s 2022-06-03 03:14:19 +08:00
parent 68d6e9e850
commit 4fc0687cf9
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -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)