remove console.log

This commit is contained in:
Mariela 2022-08-02 21:48:10 -06:00
parent f0078082c6
commit ca19da1d19
1 changed files with 0 additions and 1 deletions

View File

@ -353,7 +353,6 @@ const Communities = () => {
id: community._id,
status: community.status,
};
console.log(data);
fetch('http://localhost:4000/community/changeStatus', {
cache: 'no-cache',
method: 'POST',