mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-13 20:08:56 +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:
|
||||
console.log('action', action);
|
||||
return {
|
||||
...state,
|
||||
isVerifyProgress: action.isVerifyProgress,
|
||||
|
@ -116,9 +116,7 @@ class SignVerify extends Component<Props, State> {
|
||||
const {
|
||||
signVerifyActions,
|
||||
signature,
|
||||
modal,
|
||||
} = this.props;
|
||||
console.log('modal', modal);
|
||||
return (
|
||||
<Content>
|
||||
<Title>Sign & Verify</Title>
|
||||
|
Loading…
Reference in New Issue
Block a user