remove console.log
This commit is contained in:
parent
f0078082c6
commit
ca19da1d19
|
@ -353,7 +353,6 @@ const Communities = () => {
|
||||||
id: community._id,
|
id: community._id,
|
||||||
status: community.status,
|
status: community.status,
|
||||||
};
|
};
|
||||||
console.log(data);
|
|
||||||
fetch('http://localhost:4000/community/changeStatus', {
|
fetch('http://localhost:4000/community/changeStatus', {
|
||||||
cache: 'no-cache',
|
cache: 'no-cache',
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
|
Loading…
Reference in New Issue