From 30027a655629f14e5d2f0287a9a251a45d37be8c Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 3 Jun 2020 21:53:58 -0600 Subject: [PATCH] Remove debugging --- src/components/views/rooms/RoomSublist2.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/views/rooms/RoomSublist2.tsx b/src/components/views/rooms/RoomSublist2.tsx index a9852dd3d3..f2e5329ab0 100644 --- a/src/components/views/rooms/RoomSublist2.tsx +++ b/src/components/views/rooms/RoomSublist2.tsx @@ -221,7 +221,6 @@ export default class RoomSublist2 extends React.Component { 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