From 7c60752b04a0373542363d61477822fef93a69fc Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Mon, 30 Mar 2026 16:07:41 +0100 Subject: [PATCH] In DeviceListener, remove unused variable (#32971) --- apps/web/src/device-listener/DeviceListenerCurrentDevice.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/web/src/device-listener/DeviceListenerCurrentDevice.ts b/apps/web/src/device-listener/DeviceListenerCurrentDevice.ts index a814824d50..7dbb976489 100644 --- a/apps/web/src/device-listener/DeviceListenerCurrentDevice.ts +++ b/apps/web/src/device-listener/DeviceListenerCurrentDevice.ts @@ -153,7 +153,6 @@ export class DeviceListenerCurrentDevice { return; } - const crossSigningReady = await crypto.isCrossSigningReady(); const secretStorageStatus = await crypto.getSecretStorageStatus(); const crossSigningStatus = await crypto.getCrossSigningStatus(); const allCrossSigningSecretsCached = @@ -238,7 +237,6 @@ export class DeviceListenerCurrentDevice { // missing locally, that is handled by the // `!allCrossSigningSecretsCached` branch above. logSpan.warn("4S is missing secrets or backup key not cached", { - crossSigningReady, secretStorageStatus, allCrossSigningSecretsCached, isCurrentDeviceTrusted,