From 5c1090a4616fdb607219651d901260192abdfdcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kimjh=28=EA=B9=80=EC=9E=A5=ED=98=84=29?= Date: Thu, 3 Nov 2022 11:01:23 +0900 Subject: [PATCH] =?UTF-8?q?log=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/control/gp/reducers/controlGpReducer.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/control/gp/reducers/controlGpReducer.ts b/src/modules/control/gp/reducers/controlGpReducer.ts index 2817ff6..2505706 100644 --- a/src/modules/control/gp/reducers/controlGpReducer.ts +++ b/src/modules/control/gp/reducers/controlGpReducer.ts @@ -43,7 +43,6 @@ export const controlGpweatherReducer = createReducer< (state, action) => produce(state, draft => { const data = action.payload; - console.log('data>>>>>>>>>', data); draft.controlWheather = data; }) );