Remove debugging

pull/21833/head
Travis Ralston 2020-06-03 21:53:58 -06:00
parent be4f75bca9
commit 30027a6556
1 changed files with 0 additions and 1 deletions

View File

@ -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