mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-13 03:32:13 +00:00
chore: removing console.log
This commit is contained in:
parent
57de748ad3
commit
93298f0bc2
2 changed files with 0 additions and 4 deletions
|
@ -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}>
|
||||
|
|
Loading…
Reference in a new issue