From 275738d902583803fd8614a8fbd0a5a55f2ce667 Mon Sep 17 00:00:00 2001 From: sosokker Date: Tue, 28 Nov 2023 11:27:06 +0700 Subject: [PATCH] Remove console.log from userAPI --- frontend/src/api/UserProfileApi.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/api/UserProfileApi.jsx b/frontend/src/api/UserProfileApi.jsx index 6dfc050..1386e33 100644 --- a/frontend/src/api/UserProfileApi.jsx +++ b/frontend/src/api/UserProfileApi.jsx @@ -11,8 +11,6 @@ const ApiUpdateUserProfile = async (formData) => { }, }); - console.log(response.data); - return response.data; } catch (error) { console.error("Error updating user profile:", error);