Skip to content

Commit

Permalink
Erased commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
ritave committed Nov 10, 2021
1 parent fbe9065 commit 2b52c51
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ export default class SignatureRequestOriginal extends Component {
name: 'Cancel Sig Request Via Notification Close',
},
});
//clearConfirmTransaction();
//cancel(event);
};

_removeBeforeUnload = () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ export default class SignatureRequest extends PureComponent {
type,
},
});
//clearConfirmTransaction();
//cancel(event);
};

formatWallet(wallet) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export default class ConfirmDecryptMessage extends Component {
name: 'Cancel Via Notification Close',
},
});
//clearConfirmTransaction();
};

_removeBeforeUnload = () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export default class ConfirmEncryptionPublicKey extends Component {
name: 'Cancel Via Notification Close',
},
});
//clearConfirmTransaction();
};

_removeBeforeUnload = () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,6 @@ export default class ConfirmTransactionBase extends Component {

_beforeUnload = () => {
const { txData: { id } = {}, cancelTransaction } = this.props;
//cancelTransaction({ id });
};

_beforeUnloadForGasPolling = () => {
Expand Down

0 comments on commit 2b52c51

Please sign in to comment.