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

:pencil2: Removed unnecessary console log

tags/0.0.3^2
tomit4 3 лет назад
Родитель
Сommit
27ae7e0df6
1 измененных файлов: 0 добавлений и 1 удалений
  1. 0
    1
      frontend/src/utils/survey.js

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

@@ -55,7 +55,6 @@ class SurveyFactory {
55 55
         mutatedResponseKeys = this._sortSurveySteps(mutatedResponseKeys, allSteps['usa'])
56 56
         // Splash page is placed at beginning of survey
57 57
         mutatedResponseKeys.unshift(splash)
58
-        console.log('mutatedResponseKeys >>', mutatedResponseKeys)
59 58
         return mutatedResponseKeys
60 59
     }
61 60
     async getQuestions() {

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