1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-13 20:08:56 +00:00

Removed logs

This commit is contained in:
Vladimir Volek 2018-11-05 17:56:11 +01:00
parent 8c24bcf9f3
commit c6a04f2648
2 changed files with 0 additions and 3 deletions

View File

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

View File

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