Remove logging of rooms with "Group with"

This commit is contained in:
Brandon Presley 2023-12-30 16:00:54 +13:00
parent 2039b4e90d
commit a552c30ba0

View File

@ -81,11 +81,6 @@ class _RoomsPageState extends State<RoomsPage> {
padding: const EdgeInsets.all(8.0),
child: Center(child: Consumer<ZenithClientProvider>(
builder: (context, provider, child) {
print(provider.client.rooms
.where((element) =>
element.getLocalizedDisplayname().contains("Group with"))
.length);
provider.client.onRoomState.stream.listen((event) {
setState(() {
loadingRooms = false;