mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
dca2: remove debug log
This commit is contained in:
parent
0bc409e021
commit
17b193b003
|
@ -87,8 +87,7 @@ func (s *Strategy) runState(ctx context.Context) {
|
|||
case <-monitorTicker.C:
|
||||
s.updateNumOfOrdersMetrics(ctx)
|
||||
case nextState := <-s.nextStateC:
|
||||
s.logger.Infof("[DCA] currenct state: %d, next state: %d", s.state, nextState)
|
||||
|
||||
// s.logger.Infof("[DCA] currenct state: %d, next state: %d", s.state, nextState)
|
||||
// check the next state is valid
|
||||
validNextState, exist := stateTransition[s.state]
|
||||
if !exist {
|
||||
|
|
Loading…
Reference in New Issue
Block a user