Remove comment

This commit is contained in:
RMidhunSuresh 2023-03-15 14:07:07 +05:30
parent 672b0ac13d
commit 190465918e
No known key found for this signature in database

View File

@ -21,7 +21,7 @@ import type {DeviceTracker} from "../e2ee/DeviceTracker";
import type * as OlmNamespace from "@matrix-org/olm";
import type {HomeServerApi} from "../net/HomeServerApi";
import type {Account} from "../e2ee/Account";
import { ILogItem } from "../../lib";
import {ILogItem} from "../../lib";
import {pkSign} from "./common";
import type {ISignatures} from "./common";
import {SASVerification} from "./SAS/SASVerification";
@ -80,7 +80,6 @@ export class CrossSigning {
)) {
return;
}
console.log("unencrypted event", unencryptedEvent);
if (unencryptedEvent.type === VerificationEventTypes.Request ||
unencryptedEvent.type === VerificationEventTypes.Start) {
await this.platform.logger.run("Start verification from request", async (log) => {