Remove commented code

This commit is contained in:
Soumen Mallick 2024-12-28 09:45:16 +05:30
parent 4aad661973
commit 98e5c6e28b

View file

@ -145,8 +145,7 @@ class PetController {
if (result.hasErrors()) {
return VIEWS_PETS_CREATE_OR_UPDATE_FORM;
}
//owner.addPet(pet);
owner.updatePet(pet);
this.owners.save(owner);