From 112b326ece49c8659b9f695234b18b6477abaf45 Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski Date: Wed, 23 Nov 2022 14:27:32 +0100 Subject: [PATCH] Remove unnecessary log line --- test/components/structures/TimelinePanel-test.tsx | 1 - 1 file changed, 1 deletion(-) 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;