drop comment

This commit is contained in:
Half-Shot 2025-12-17 23:47:46 +00:00
parent 1d1a8a8167
commit 2f1d28b366

View File

@ -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,