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,