Fix: Entfernt debugPrint

This commit is contained in:
2025-12-28 02:42:39 +01:00
parent b61d2ad096
commit dbccb6b33d

View File

@@ -44,9 +44,6 @@ class _AccountSelectState extends State<AccountSelect> {
@override
Widget build(final BuildContext context) {
debugPrint(_selected.toString());
debugPrint(_accounts.toString());
if (_selected != null && _accounts.isNotEmpty) {
return DropdownSearch<Account>(
items: (final f, final cs) => _accounts,