From 2d7df8a6f46b1f9595340a04d4c4a1c08c18ac19 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Mon, 30 Mar 2026 13:14:39 +0100 Subject: [PATCH] In DeviceListener, remove unused variable --- 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,