Remove unintentionally added comment

I'm not having a good afternoon
This commit is contained in:
David Baker
2026-07-02 16:05:43 +01:00
parent 68ae2d5c3b
commit 1a9691e7e7
@@ -645,8 +645,6 @@ describe("<MatrixChat />", () => {
describe("when login succeeds", () => {
beforeEach(() => {
//localStorage.setItem("mx_access_token", accessToken);
jest.spyOn(StorageAccess, "idbLoad").mockImplementation(
async (_table: string, key: string | string[]) => (key === "mx_access_token" ? accessToken : null),
);