mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
Remove debugging
This commit is contained in:
parent
be4f75bca9
commit
30027a6556
@ -221,7 +221,6 @@ export default class RoomSublist2 extends React.Component<IProps, IState> {
|
||||
handles = []; // no handles, we're at a minimum
|
||||
}
|
||||
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
|
||||
// replaces the last visible tile, so will always show 2+ rooms. We do this
|
||||
|
Loading…
Reference in New Issue
Block a user