Procházet zdrojové kódy

:pencil2: Removed unnecessary comment

tags/0.0.3^2
tomit4 před 3 roky
rodič
revize
51827893de
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0
    2
      frontend/src/utils/survey.js

+ 0
- 2
frontend/src/utils/survey.js Zobrazit soubor

@@ -56,8 +56,6 @@ const hasMatch = (step, inArray) => {
56 56
 class SurveyFactory {
57 57
     constructor() {
58 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 60
     _setSteps(langFile) {
63 61
         const stepsToProcess = [...Object.values(langFile)]

Načítá se…
Zrušit
Uložit