mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
Remove console.log
This commit is contained in:
parent
7134f93eb8
commit
012428416d
@ -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 New Issue
Block a user