Removed unused imports and commented out debug logs

This commit is contained in:
Keannu Christian Bernasol 2023-07-04 14:26:49 +08:00
parent 278bb72ec1
commit fb7b77efb7
4 changed files with 3 additions and 16 deletions

View file

@ -108,7 +108,7 @@ export async function UserInfo() {
},
})
.then((response) => {
console.log(JSON.stringify(response.data));
// console.log(JSON.stringify(response.data));
return response.data;
})
.catch((error) => {