Skip to content

Commit

Permalink
chore: #265 - 로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
eeseung committed Dec 3, 2023
1 parent f7bd6b3 commit 25151db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/UserInfoForm/UserInfoForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ const UserInfoForm = ({ userData, formType }: UserInfoFormProps) => {
const handleSettingUser = async (
data: RegisterReqBody & EmailVerifyReqBody,
) => {
console.log(data.favoriteCategory)
try {
userData?.memberId &&
(await fetchPostUserProfile(userData?.memberId, data, imageFile))
Expand Down

0 comments on commit 25151db

Please sign in to comment.