Skip to content

Commit

Permalink
info messaging edit
Browse files Browse the repository at this point in the history
  • Loading branch information
5amCurfew committed Jul 11, 2023
1 parent 0cf007b commit c02188e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/xtkt.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ func Extract(config lib.Config) error {
return fmt.Errorf("error GENERATING RECORD MESSAGE: %w", generateRecordMessageError)
}
}
log.Info(fmt.Sprintf(`{type: METRIC, new_records: %d, completed_at: %s}`, len(records), time.Now().UTC().Format(time.RFC3339)))

// UPDATE STATE & STATE.JSON
updateStateError := lib.UpdateState(records, state, config)
Expand Down

0 comments on commit c02188e

Please sign in to comment.