Skip to content

Commit

Permalink
style: console.log 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Todari committed Sep 26, 2024
1 parent 644390d commit ce8cb9d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions client/src/hooks/useMembersStep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const useMembersStep = ({billInfo, setBillInfo, currentMembers, setStep}: Props)
return;
}
}
console.log(event.nativeEvent.isComposing);
};

const handlePostBill = async () => {
Expand Down Expand Up @@ -109,10 +108,6 @@ const useMembersStep = ({billInfo, setBillInfo, currentMembers, setStep}: Props)
}
}, [isSuccessPostBill]);

useEffect(() => {
console.log(nameInput);
}, [nameInput]);

const handlePrevStep = () => {
setStep('title');
};
Expand Down

0 comments on commit ce8cb9d

Please sign in to comment.