@@ -56,8 +56,6 @@ const hasMatch = (step, inArray) => {
class SurveyFactory {
constructor() {
this.questionsFromDb = []
- // consider moving this into something like lang.js to be imported
- // wherever aspects needs to be incremented, ie TO ADD ASPECTS
}
_setSteps(langFile) {
const stepsToProcess = [...Object.values(langFile)]