fix: remove TODO

This commit is contained in:
Johannes Kantz 2023-02-04 21:58:10 +01:00
parent b66cb3e9bc
commit 941e76e05b

View File

@ -85,7 +85,6 @@ public class ChildController {
}); });
if(selectedChildId == 0){ if(selectedChildId == 0){
// TODO: Create child
long id = AccountMgr.createChild(new Child(lastName.getText(), firstName.getText(), adress, allergies)); long id = AccountMgr.createChild(new Child(lastName.getText(), firstName.getText(), adress, allergies));
System.out.println("Child created: " + id); System.out.println("Child created: " + id);