In DeviceListener, remove unused variable

This commit is contained in:
Andy Balaam 2026-03-30 13:14:39 +01:00
parent e0cf78b5b8
commit 2d7df8a6f4

View File

@ -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,