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, {