mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-03 13:48:15 +00:00
Removed logs
This commit is contained in:
parent
8c24bcf9f3
commit
c6a04f2648
@ -29,7 +29,6 @@ export default (state: State = initialState, action: Action): State => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
case SIGN_VERIFY.VERIFY_PROGRESS:
|
case SIGN_VERIFY.VERIFY_PROGRESS:
|
||||||
console.log('action', action);
|
|
||||||
return {
|
return {
|
||||||
...state,
|
...state,
|
||||||
isVerifyProgress: action.isVerifyProgress,
|
isVerifyProgress: action.isVerifyProgress,
|
||||||
|
@ -116,9 +116,7 @@ class SignVerify extends Component<Props, State> {
|
|||||||
const {
|
const {
|
||||||
signVerifyActions,
|
signVerifyActions,
|
||||||
signature,
|
signature,
|
||||||
modal,
|
|
||||||
} = this.props;
|
} = this.props;
|
||||||
console.log('modal', modal);
|
|
||||||
return (
|
return (
|
||||||
<Content>
|
<Content>
|
||||||
<Title>Sign & Verify</Title>
|
<Title>Sign & Verify</Title>
|
||||||
|
Loading…
Reference in New Issue
Block a user