Skip to content

Commit

Permalink
chore: console 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hae-on committed Nov 19, 2023
1 parent 59f7981 commit 4931fdb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const ReviewTagItem = ({ id, name, variant, isSelected }: ReviewTagItemProps) =>

const handleReviewTag = () => {
handleReviewFormValue({ target: 'tagIds', value: id, isSelected });
console.log({ target: 'tagIds', value: id, isSelected });
};

return (
Expand Down

0 comments on commit 4931fdb

Please sign in to comment.