fix: remove TODO
This commit is contained in:
parent
b66cb3e9bc
commit
941e76e05b
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user