Преглед изворни кода

: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…
Откажи
Сачувај