Skip to content

Commit d9d92b6

Browse files
committed
remove obsolete comment
1 parent 4120609 commit d9d92b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/task/schedulerstate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ func (state *schedulerState) Start(ctx context.Context) {
208208
if state.err != nil {
209209
err = state.err
210210
log.WithField("error", err.Error()).Debug("scheduler quit with error, main state machine GO_ERROR")
211-
err = state.sm.Event(context.Background(), "GO_ERROR", err) // TODO: use error information in GO_ERROR
211+
err = state.sm.Event(context.Background(), "GO_ERROR", err)
212212
if err != nil {
213213
log.WithField(infologger.Level, infologger.IL_Devel).
214214
WithError(err).

0 commit comments

Comments
 (0)