mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-18 13:34:08 +01:00
Remove console.log from userAPI
This commit is contained in:
parent
1876569ec1
commit
275738d902
@ -11,8 +11,6 @@ const ApiUpdateUserProfile = async (formData) => {
|
||||
},
|
||||
});
|
||||
|
||||
console.log(response.data);
|
||||
|
||||
return response.data;
|
||||
} catch (error) {
|
||||
console.error("Error updating user profile:", error);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user