remove unnecessary console log

This commit is contained in:
Eduardo Quiros 2022-09-01 10:10:55 -06:00
parent 22dff4fe07
commit ca2015ee0b
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 0 additions and 1 deletions

View File

@ -456,7 +456,6 @@ const Communities = () => {
};
const updateCommunity = (community) => {
console.log(community);
setCommunity(community);
setSaveButtonLabel('Actualizar');
setHousesList(community.houses);