mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-06-28 16:25:46 +08:00
Removed unused imports and commented out debug logs
This commit is contained in:
parent
278bb72ec1
commit
fb7b77efb7
4 changed files with 3 additions and 16 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue