blueslip: Remove unused blueslip.timings store.

This was a write-only store which was never accessed.
This commit is contained in:
Alex Vandiver
2023-03-27 21:29:53 +00:00
committed by Tim Abbott
parent 6882ec8087
commit 7152278463
5 changed files with 4 additions and 27 deletions

View File

@@ -723,7 +723,5 @@ $(async () => {
});
Object.assign(page_params, state);
}
blueslip.measure_time("initialize_everything", () => {
initialize_everything();
});
initialize_everything();
});