From bbcf2cf70c4414def98881e0b23c770dc92c4731 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Thu, 22 Nov 2018 15:31:17 +0100 Subject: [PATCH] remove console.log --- src/components/modals/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modals/index.js b/src/components/modals/index.js index 1af09040..9e0a6330 100644 --- a/src/components/modals/index.js +++ b/src/components/modals/index.js @@ -65,7 +65,7 @@ const ModalWindow = styled.div` const getDeviceContextModal = (props: Props) => { const { modal, modalActions } = props; if (modal.context !== MODAL.CONTEXT_DEVICE) return null; - console.log('modal.windowType', modal.windowType); + switch (modal.windowType) { case UI.REQUEST_PIN: return (