diff --git a/src/main/events/profile/update-profile.ts b/src/main/events/profile/update-profile.ts index 5a485a99..68d18c1b 100644 --- a/src/main/events/profile/update-profile.ts +++ b/src/main/events/profile/update-profile.ts @@ -27,8 +27,6 @@ const updateProfile = async ( displayName: string, newProfileImagePath: string | null ): Promise => { - console.log(newProfileImagePath); - if (!newProfileImagePath) { return (await patchUserProfile(displayName)).data; } diff --git a/src/renderer/src/pages/user/user.tsx b/src/renderer/src/pages/user/user.tsx index bce22211..1068635e 100644 --- a/src/renderer/src/pages/user/user.tsx +++ b/src/renderer/src/pages/user/user.tsx @@ -28,8 +28,6 @@ export const User = () => { getUserProfile(); }, [getUserProfile]); - console.log(userProfile); - return (