diff --git a/test/components/structures/TimelinePanel-test.tsx b/test/components/structures/TimelinePanel-test.tsx index 3e6b256871e4..c6a460fd2163 100644 --- a/test/components/structures/TimelinePanel-test.tsx +++ b/test/components/structures/TimelinePanel-test.tsx @@ -219,7 +219,6 @@ describe('TimelinePanel', () => { }, }); - console.log("mocking thread"); const thread = room.createThread(rootEvent.getId(), rootEvent, [], true); // So that we do not have to mock the thread loading thread.initialEventsFetched = true;