diff --git a/ts/AttachmentCrypto.ts b/ts/AttachmentCrypto.ts index ee84e7f316e7..ab40b4bd6895 100644 --- a/ts/AttachmentCrypto.ts +++ b/ts/AttachmentCrypto.ts @@ -404,9 +404,7 @@ export async function decryptAttachmentV2ToSink( switch (type) { case 'local': case 'backupThumbnail': - log.info( - `${logId}: skipping digest check since this is a ${type} attachment` - ); + // Skip digest check break; case 'standard': if (!constantTimeEqual(ourDigest, options.theirDigest)) {