Просмотр исходного кода

:pencil2: Removed unnecessary comment

tabs-content
tomit4 3 лет назад
Родитель
Сommit
b58e45286a
1 измененных файлов: 0 добавлений и 2 удалений
  1. 0
    2
      frontend/src/utils/survey.js

+ 0
- 2
frontend/src/utils/survey.js Просмотреть файл

56
 class SurveyFactory {
56
 class SurveyFactory {
57
     constructor() {
57
     constructor() {
58
         this.questionsFromDb = []
58
         this.questionsFromDb = []
59
-        // consider moving this into something like lang.js to be imported
60
-        // wherever aspects needs to be incremented, ie TO ADD ASPECTS
61
     }
59
     }
62
     _setSteps(langFile) {
60
     _setSteps(langFile) {
63
         const stepsToProcess = [...Object.values(langFile)]
61
         const stepsToProcess = [...Object.values(langFile)]

Загрузка…
Отмена
Сохранить