Skip to content

Commit cd668a8

Browse files
committed
chore: remove console log
1 parent 6bc8a98 commit cd668a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/sessionManager/stores/localStorage.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ describe("LocalStorage standard keys", () => {
3434
});
3535

3636
it("should set and get an item in session storage", async () => {
37-
console.log("here");
3837
await sessionManager.setSessionItem(StorageKeys.accessToken, "testValue");
3938
expect(await sessionManager.getSessionItem(StorageKeys.accessToken)).toBe(
4039
"testValue",

0 commit comments

Comments
 (0)