Skip to content

Commit 275738d

Browse files
committed
Remove console.log from userAPI
1 parent 1876569 commit 275738d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

frontend/src/api/UserProfileApi.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ const ApiUpdateUserProfile = async (formData) => {
1111
},
1212
});
1313

14-
console.log(response.data);
15-
1614
return response.data;
1715
} catch (error) {
1816
console.error("Error updating user profile:", error);

0 commit comments

Comments
 (0)