From 190465918e616c0c5cbbd6eb82246be468085071 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Wed, 15 Mar 2023 14:07:07 +0530 Subject: [PATCH] Remove comment --- src/matrix/verification/CrossSigning.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/matrix/verification/CrossSigning.ts b/src/matrix/verification/CrossSigning.ts index e7878241..49dc693a 100644 --- a/src/matrix/verification/CrossSigning.ts +++ b/src/matrix/verification/CrossSigning.ts @@ -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) => {