Преглед на файлове

:construction: Small optimization in surveycompleteview logic

tags/0.0.4
tomit4 преди 2 години
родител
ревизия
8e6c3f6625
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      frontend/src/views/OnboardingView.vue

+ 1
- 1
frontend/src/views/OnboardingView.vue Целия файл

@@ -55,6 +55,7 @@ export default {
55 55
         invalidResponse: false,
56 56
     }),
57 57
     async created() {
58
+        // TODO: Troubleshoot bug where memberships are not returned from backend with 500 err
58 59
         // TODO: Troubleshoot bug where not all responses are returned at SurveyCompleteView
59 60
         console.log('currentProfile :=>', currentProfile)
60 61
         this.survey = await surveyFactory.createSurvey()
@@ -115,7 +116,6 @@ export default {
115 116
             })
116 117
         },
117 118
         async updateAnswers(payload) {
118
-            console.log('this.survey.steps :=>', this.survey.steps)
119 119
             if (payload) {
120 120
                 const k = payload.question.survey_stage
121 121
                 this.answered[k] = payload.input

Loading…
Отказ
Запис