Remove console.log from userAPI

This commit is contained in:
sosokker 2023-11-28 11:27:06 +07:00
parent 1876569ec1
commit 275738d902

View File

@ -11,8 +11,6 @@ const ApiUpdateUserProfile = async (formData) => {
},
});
console.log(response.data);
return response.data;
} catch (error) {
console.error("Error updating user profile:", error);