remove unnecessary console log
This commit is contained in:
parent
22dff4fe07
commit
ca2015ee0b
|
@ -456,7 +456,6 @@ const Communities = () => {
|
|||
};
|
||||
|
||||
const updateCommunity = (community) => {
|
||||
console.log(community);
|
||||
setCommunity(community);
|
||||
setSaveButtonLabel('Actualizar');
|
||||
setHousesList(community.houses);
|
||||
|
|
Loading…
Reference in New Issue