mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 16:53:57 +00:00
chore: removing console.log
This commit is contained in:
@@ -27,8 +27,6 @@ const updateProfile = async (
|
||||
displayName: string,
|
||||
newProfileImagePath: string | null
|
||||
): Promise<UserProfile> => {
|
||||
console.log(newProfileImagePath);
|
||||
|
||||
if (!newProfileImagePath) {
|
||||
return (await patchUserProfile(displayName)).data;
|
||||
}
|
||||
|
||||
@@ -28,8 +28,6 @@ export const User = () => {
|
||||
getUserProfile();
|
||||
}, [getUserProfile]);
|
||||
|
||||
console.log(userProfile);
|
||||
|
||||
return (
|
||||
<SkeletonTheme baseColor={vars.color.background} highlightColor="#444">
|
||||
<div className={styles.wrapper}>
|
||||
|
||||
Reference in New Issue
Block a user