refactor: strip obvious comments

This commit is contained in:
edde746
2026-05-04 22:40:18 +02:00
parent fdaff3687d
commit ed4be7b96d
162 changed files with 208 additions and 1440 deletions
+1 -3
View File
@@ -127,9 +127,7 @@ class _ServerActivitiesButtonState extends State<ServerActivitiesButton> {
final results = await _loadFromServers();
if (!mounted) return;
_panelNotifier.value = _PanelData(fetchState: _FetchState.loaded, results: results);
} catch (_) {
// silently ignore poll errors
}
} catch (_) {}
}
Future<void> _cancelActivity(String serverId, String uuid) async {