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

@ -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) => {