This commit is contained in:
2024-09-26 17:42:11 +02:00
parent ed7040b715
commit dbd0801e81
2 changed files with 19 additions and 29 deletions

View File

@@ -177,7 +177,6 @@ namespace Jugenddienst_Stunden.ViewModels {
} catch (Exception e) {
DayTimes = new List<DayTime>();
InfoEvent?.Invoke(this, e.Message);
}
}