Skip to content

Commit

Permalink
Refactor : 콘솔 출력 삭제(#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohinhyuk committed Sep 18, 2023
1 parent 6f5397e commit 099f296
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion histudy-front/src/components/Post/PostMember.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default function PostMember({ control, setValue, getValues }) {
let { value, checked } = event.target;

// value = value.slice(value.length - 8, value.length);
console.log(",dsad", value);
if (checked) {
setValue("participants", [...getValues("participants"), value]);
} else {
Expand Down

0 comments on commit 099f296

Please sign in to comment.