diff --git a/src/components/map/google/GoogleMap.js b/src/components/map/google/GoogleMap.js index dcae34c..cc18047 100644 --- a/src/components/map/google/GoogleMap.js +++ b/src/components/map/google/GoogleMap.js @@ -49,7 +49,7 @@ export const GoogleCustomMap = () => { url: 'https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=drawing,geometryplaces' }; - console.log(`${mapProps.url}&key=${mapProps.key}`); + // console.log(`${mapProps.url}&key=${mapProps.key}`); return (
{ useEffect(() => { - console.log('>>>>', props.naver.maps.Service); + // console.log('>>>>', props.naver.maps.Service); props.naver.maps.Service.geocode( { address: '산곡동' @@ -14,7 +14,7 @@ export const NaverMapSearch = props => { var result = response.result, // 검색 결과의 컨테이너 items = result.items; // 검색 결과의 배열 - console.log(result); + // console.log(result); // do Something } diff --git a/src/containers/system/auth/SystemAuthContainer.js b/src/containers/system/auth/SystemAuthContainer.js index 8b01a83..289d223 100644 --- a/src/containers/system/auth/SystemAuthContainer.js +++ b/src/containers/system/auth/SystemAuthContainer.js @@ -91,7 +91,7 @@ export const SystemAuthContainer = props => { }; const handlerWidthrowConfirm = () => { - console.log('탈퇴!!!'); + // console.log('탈퇴!!!'); }; const handlerGroupJoin = () => { diff --git a/src/containers/system/user/SystemUserContainer.js b/src/containers/system/user/SystemUserContainer.js index 2b6d758..8174aee 100644 --- a/src/containers/system/user/SystemUserContainer.js +++ b/src/containers/system/user/SystemUserContainer.js @@ -93,7 +93,7 @@ export const SystemUserContainer = props => { }; const handlerWidthrowConfirm = () => { - console.log('탈퇴!!!'); + // console.log('탈퇴!!!'); }; const handlerGroupJoin = () => { diff --git a/src/modules/account/find/sagas/findSaga.ts b/src/modules/account/find/sagas/findSaga.ts index e4c8793..23535ed 100644 --- a/src/modules/account/find/sagas/findSaga.ts +++ b/src/modules/account/find/sagas/findSaga.ts @@ -52,7 +52,6 @@ function* updatePwSaga( const {userId, hpno, newPw} = action.payload; const res = yield call(findAPI.updatePw, {userId, hpno, newPw}); - console.log(res, '>>>') yield put(Actions.updatePwAction.success(res)); } catch (error) { yield put(Actions.updatePwAction.failure(error)); diff --git a/src/modules/analysis/history/reducers/analysisHitoryReducer.ts b/src/modules/analysis/history/reducers/analysisHitoryReducer.ts index bf0273c..53d0e82 100644 --- a/src/modules/analysis/history/reducers/analysisHitoryReducer.ts +++ b/src/modules/analysis/history/reducers/analysisHitoryReducer.ts @@ -33,7 +33,6 @@ export const analysisHistoryReducer = createReducer< ) .handleAction(Actions.detail.success, (state, action) => produce(state, draft => { - console.log('>>111>>>', action.payload); const { detail } = action.payload; draft.detail = detail; diff --git a/src/views/testDraw/setting/ControlSetting.js b/src/views/testDraw/setting/ControlSetting.js index 19722bc..ebb7f1e 100644 --- a/src/views/testDraw/setting/ControlSetting.js +++ b/src/views/testDraw/setting/ControlSetting.js @@ -19,7 +19,7 @@ const ControlSetting = props => { const mapControl = useSelector(state => state.controlMapReducer); useEffect(() => { - console.log('>>>>', mapControl); + // console.log('>>>>', mapControl); }, [mapControl]); const handlerMapType = val => {