From 2f1d28b36653e9dd53a6a796f7fb4b5761488da1 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Wed, 17 Dec 2025 23:47:46 +0000 Subject: [PATCH] drop comment --- .../stores/notifications/RoomNotificationState-test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit-tests/stores/notifications/RoomNotificationState-test.ts b/test/unit-tests/stores/notifications/RoomNotificationState-test.ts index 5dde41b907..3ae4958de6 100644 --- a/test/unit-tests/stores/notifications/RoomNotificationState-test.ts +++ b/test/unit-tests/stores/notifications/RoomNotificationState-test.ts @@ -32,7 +32,6 @@ describe("RoomNotificationState", () => { let client: MatrixClient; beforeEach(() => { - console.log("Creating spy"); client = stubClient(); room = new Room("!room:example.com", client, "@user:example.org", { pendingEventOrdering: PendingEventOrdering.Detached,