We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1876569 commit 275738dCopy full SHA for 275738d
1 file changed
frontend/src/api/UserProfileApi.jsx
@@ -11,8 +11,6 @@ const ApiUpdateUserProfile = async (formData) => {
11
},
12
});
13
14
- console.log(response.data);
15
-
16
return response.data;
17
} catch (error) {
18
console.error("Error updating user profile:", error);
0 commit comments