You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
Remove debugging
This commit is contained in:
@@ -221,7 +221,6 @@ export default class RoomSublist2 extends React.Component<IProps, IState> {
|
|||||||
handles = []; // no handles, we're at a minimum
|
handles = []; // no handles, we're at a minimum
|
||||||
}
|
}
|
||||||
const visibleTiles = tiles.slice(0, layout.visibleTiles);
|
const visibleTiles = tiles.slice(0, layout.visibleTiles);
|
||||||
console.log({n: tiles.length, c: layout.visibleTiles});
|
|
||||||
|
|
||||||
// If we're hiding rooms, show a 'show more' button to the user. This button
|
// If we're hiding rooms, show a 'show more' button to the user. This button
|
||||||
// replaces the last visible tile, so will always show 2+ rooms. We do this
|
// replaces the last visible tile, so will always show 2+ rooms. We do this
|
||||||
|
|||||||
Reference in New Issue
Block a user