mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-29 02:18:06 +00:00
remove console.log
This commit is contained in:
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…
Reference in New Issue
Block a user