1
0
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:
Alex Tran 2022-07-15 23:27:23 -05:00
parent 7134f93eb8
commit 012428416d
No known key found for this signature in database
GPG Key ID: E4954BC787B85C8A

View File

@ -4,10 +4,6 @@
export let user: UserResponseDto;
onMount(() => {
console.log(user);
});
const getUserAvatar = async () => {
try {
const { data } = await api.userApi.getProfileImage(user.id, {