mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Remove debug
This commit is contained in:
parent
767db73853
commit
044c223899
1 changed files with 0 additions and 1 deletions
|
@ -135,7 +135,6 @@ describe('RoomList', () => {
|
||||||
try {
|
try {
|
||||||
const roomTiles = ReactTestUtils.scryRenderedComponentsWithType(containingSubList, RoomTile);
|
const roomTiles = ReactTestUtils.scryRenderedComponentsWithType(containingSubList, RoomTile);
|
||||||
console.info({roomTiles: roomTiles.length});
|
console.info({roomTiles: roomTiles.length});
|
||||||
console.log("IS SAME?", room === roomTiles[0].props.room, room, roomTiles[0].props.room);
|
|
||||||
expectedRoomTile = roomTiles.find((tile) => tile.props.room === room);
|
expectedRoomTile = roomTiles.find((tile) => tile.props.room === room);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
// truncate the error message because it's spammy
|
// truncate the error message because it's spammy
|
||||||
|
|
Loading…
Reference in a new issue