remove commented out code
This commit is contained in:
parent
0e0b0e8d09
commit
936b40f6b5
1 changed files with 0 additions and 6 deletions
|
@ -52,12 +52,6 @@ export default class NewSessionReviewDialog extends React.PureComponent {
|
||||||
Modal.createTrackedDialog('New Session Verification', 'Starting dialog', VerificationRequestDialog, {
|
Modal.createTrackedDialog('New Session Verification', 'Starting dialog', VerificationRequestDialog, {
|
||||||
verificationRequest: request,
|
verificationRequest: request,
|
||||||
});
|
});
|
||||||
|
|
||||||
// Modal.createTrackedDialog('New Session Verification', 'Starting dialog', DeviceVerifyDialog, {
|
|
||||||
// userId,
|
|
||||||
// [verificationMethods.SAS, SHOW_QR_CODE_METHOD],
|
|
||||||
// [device.deviceId],
|
|
||||||
// );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|
Loading…
Reference in a new issue