Remove noise on logout

This commit is contained in:
Manav Rathi 2024-04-19 12:50:57 +05:30
parent 57d09c08d4
commit 5be1b07c71
No known key found for this signature in database

View file

@ -97,10 +97,8 @@ class MLIDbStorage {
wasMLSearchEnabled = searchConfig.enabled;
}
} catch (e) {
log.info(
"Ignoring likely harmless error while trying to determine ML search status during migration",
e,
);
// The configs store might not exist (e.g. during logout).
// Ignore.
}
log.info(
`Previous ML database v${oldVersion} had ML search ${wasMLSearchEnabled ? "enabled" : "disabled"}`,