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

Commit

Permalink
remove debugs
Browse files Browse the repository at this point in the history
Signed-off-by: Kerry Archibald <kerrya@element.io>
  • Loading branch information
Kerry Archibald committed May 2, 2022
1 parent 87b2cf9 commit b02ddeb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/structures/MessagePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,6 @@ class CreationGrouper extends BaseGrouper {

ret.push(
<GenericEventListSummary
data-test-id="roomcreationsummary"
key="roomcreationsummary"
events={this.events}
onToggle={panel.onHeightChanged} // Update scroll state
Expand Down
1 change: 0 additions & 1 deletion test/components/structures/MessagePanel-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ describe('MessagePanel', function() {
// - all other events should be inside the room creation summary

const tiles = res.find(UnwrappedEventTile);
// expect(tiles.map(tile => tile.props().mxEvent.getType())).toEqual([])

expect(tiles.at(0).props().mxEvent.getType()).toEqual("m.room.create");
expect(tiles.at(1).props().mxEvent.getType()).toEqual("m.room.encryption");
Expand Down

0 comments on commit b02ddeb

Please sign in to comment.