mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-02 12:20:53 +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 getDeviceContextModal = (props: Props) => {
|
||||||
const { modal, modalActions } = props;
|
const { modal, modalActions } = props;
|
||||||
if (modal.context !== MODAL.CONTEXT_DEVICE) return null;
|
if (modal.context !== MODAL.CONTEXT_DEVICE) return null;
|
||||||
console.log('modal.windowType', modal.windowType);
|
|
||||||
switch (modal.windowType) {
|
switch (modal.windowType) {
|
||||||
case UI.REQUEST_PIN:
|
case UI.REQUEST_PIN:
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user