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

Commit

Permalink
Remove unnecessary log line
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne committed Nov 23, 2022
1 parent 652f2c1 commit 112b326
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/components/structures/TimelinePanel-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 112b326

Please sign in to comment.