From 936b40f6b5d20075619d3370ad2b1fc45ac445fc Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 10 Feb 2020 15:53:36 +0100 Subject: [PATCH] remove commented out code --- src/components/views/dialogs/NewSessionReviewDialog.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/views/dialogs/NewSessionReviewDialog.js b/src/components/views/dialogs/NewSessionReviewDialog.js index 2a7281c60e..e0f82df0c0 100644 --- a/src/components/views/dialogs/NewSessionReviewDialog.js +++ b/src/components/views/dialogs/NewSessionReviewDialog.js @@ -52,12 +52,6 @@ export default class NewSessionReviewDialog extends React.PureComponent { Modal.createTrackedDialog('New Session Verification', 'Starting dialog', VerificationRequestDialog, { verificationRequest: request, }); - - // Modal.createTrackedDialog('New Session Verification', 'Starting dialog', DeviceVerifyDialog, { - // userId, - // [verificationMethods.SAS, SHOW_QR_CODE_METHOD], - // [device.deviceId], - // ); } render() {