Remove console.log
This commit is contained in:
parent
7134f93eb8
commit
012428416d
1 changed files with 0 additions and 4 deletions
|
@ -4,10 +4,6 @@
|
|||
|
||||
export let user: UserResponseDto;
|
||||
|
||||
onMount(() => {
|
||||
console.log(user);
|
||||
});
|
||||
|
||||
const getUserAvatar = async () => {
|
||||
try {
|
||||
const { data } = await api.userApi.getProfileImage(user.id, {
|
||||
|
|
Loading…
Reference in a new issue