소스 검색

:pencil2: Removed unnecessary console log

tags/0.0.3^2
tomit4 3 년 전
부모
커밋
27ae7e0df6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      frontend/src/utils/survey.js

+ 0
- 1
frontend/src/utils/survey.js 파일 보기

55
         mutatedResponseKeys = this._sortSurveySteps(mutatedResponseKeys, allSteps['usa'])
55
         mutatedResponseKeys = this._sortSurveySteps(mutatedResponseKeys, allSteps['usa'])
56
         // Splash page is placed at beginning of survey
56
         // Splash page is placed at beginning of survey
57
         mutatedResponseKeys.unshift(splash)
57
         mutatedResponseKeys.unshift(splash)
58
-        console.log('mutatedResponseKeys >>', mutatedResponseKeys)
59
         return mutatedResponseKeys
58
         return mutatedResponseKeys
60
     }
59
     }
61
     async getQuestions() {
60
     async getQuestions() {

Loading…
취소
저장