removing unecessary console.logs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
63935f62fe
commit
738ffd1cee
|
|
@ -49,9 +49,7 @@ const postGameStatisticsData = async (requestDatas) => {
|
|||
};
|
||||
|
||||
axios.request(options)
|
||||
.then((response) => {
|
||||
console.log(response.data);
|
||||
})
|
||||
.then((response) => {})
|
||||
.catch((error) => {
|
||||
console.error(error);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user