Remove comment and space

This commit is contained in:
RMidhunSuresh 2023-06-09 14:05:22 +05:30
parent 827f29cef3
commit d0b0120664

View File

@ -65,10 +65,8 @@ export class DeviceVerificationViewModel extends ErrorReportViewModel<SegmentTyp
this.updateCurrentStageViewModel(new WaitingForOtherUserViewModel(this.childOptions({ sas: this.sas })));
}
return this.sas.verify();
// return crossSigning.signDevice(this.sas, log);
});
}
private addEventListeners() {
this.track(this.sas.disposableOn("SelectVerificationStage", (stage) => {