mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-12 07:56:18 +02:00
In DeviceListener, remove unused variable
This commit is contained in:
parent
e0cf78b5b8
commit
2d7df8a6f4
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user