removed logging

This commit is contained in:
2025-06-23 11:17:59 +02:00
parent 5938c6b3c3
commit c702b610c5
2 changed files with 0 additions and 5 deletions

View File

@ -1,6 +1,4 @@
import 'dart:developer';
import 'package:async/async.dart';
import 'package:flutter/material.dart';
@ -78,7 +76,6 @@ class JoinChat extends SearchDelegate<String> {
}
);
} else if(snapshot.hasError) {
log(snapshot.error.toString());
return const PlaceholderView(icon: Icons.search_off, text: 'Ein fehler ist aufgetreten. Bist du mit dem Internet verbunden?');
}