ลบconsole.log

This commit is contained in:
oat 2024-01-30 10:23:59 +07:00
parent 64573c492f
commit 21a779fe94

View file

@ -102,7 +102,6 @@ async function fetchData() {
await http
.get(config.API.insigniaTypeNew)
.then(async (res) => {
console.log(res.data.result);
store.fetchData(res.data.result);
})
.catch((err) => {