Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 112b326

Browse files
committed
Remove unnecessary log line
1 parent 652f2c1 commit 112b326

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/components/structures/TimelinePanel-test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ describe('TimelinePanel', () => {
219219
},
220220
});
221221

222-
console.log("mocking thread");
223222
const thread = room.createThread(rootEvent.getId(), rootEvent, [], true);
224223
// So that we do not have to mock the thread loading
225224
thread.initialEventsFetched = true;

0 commit comments

Comments
 (0)