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,