diff --git a/apps/web/src/device-listener/DeviceListenerCurrentDevice.ts b/apps/web/src/device-listener/DeviceListenerCurrentDevice.ts index 26eb9c1cd4..d99fa6bd56 100644 --- a/apps/web/src/device-listener/DeviceListenerCurrentDevice.ts +++ b/apps/web/src/device-listener/DeviceListenerCurrentDevice.ts @@ -223,18 +223,10 @@ export class DeviceListenerCurrentDevice { } else { await this.failedCheck("key_storage_out_of_sync", logSpan, "warn", "4S is missing secrets", { secretStorageStatus, - allCrossSigningSecretsCached, - isCurrentDeviceTrusted, - keyBackupDownloadIsOk, }); } } else if (!keyBackupDownloadIsOk) { - await this.failedCheck("key_storage_out_of_sync", logSpan, "warn", "Backup key is not cached locally", { - secretStorageStatus, - allCrossSigningSecretsCached, - isCurrentDeviceTrusted, - keyBackupDownloadIsOk, - }); + await this.failedCheck("key_storage_out_of_sync", logSpan, "warn", "Backup key is not cached locally"); } else { // We should not get here throw new Error("DeviceListenerCurrentDevice is in an unexpected state");