Explorar el Código

:pencil2: Removed unnecessary console log

tags/0.0.3^2
tomit4 hace 3 años
padre
commit
27ae7e0df6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      frontend/src/utils/survey.js

+ 0
- 1
frontend/src/utils/survey.js Ver fichero

@@ -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() {

Loading…
Cancelar
Guardar