removing unecessary console.logs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2024-09-30 16:13:57 +02:00
parent 63935f62fe
commit 738ffd1cee

View File

@ -49,9 +49,7 @@ const postGameStatisticsData = async (requestDatas) => {
};
axios.request(options)
.then((response) => {
console.log(response.data);
})
.then((response) => {})
.catch((error) => {
console.error(error);
});