remove console.log

pull/200/head
Szymon Lesisz 6 years ago
parent e9a60afa0f
commit bbcf2cf70c

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

Loading…
Cancel
Save