Remove commented code

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

View file

@ -146,7 +146,6 @@ class PetController {
return VIEWS_PETS_CREATE_OR_UPDATE_FORM;
}
//owner.addPet(pet);
owner.updatePet(pet);
this.owners.save(owner);