diff --git a/src/services/WordpressFetchData.js b/src/services/WordpressFetchData.js index 794baed..41ef228 100644 --- a/src/services/WordpressFetchData.js +++ b/src/services/WordpressFetchData.js @@ -49,9 +49,7 @@ const postGameStatisticsData = async (requestDatas) => { }; axios.request(options) - .then((response) => { - console.log(response.data); - }) + .then((response) => {}) .catch((error) => { console.error(error); });