You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
remove commented out code
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user