diff --git a/src/views/board/BoardView.vue b/src/views/board/BoardView.vue index 2f5bb28..653c54d 100644 --- a/src/views/board/BoardView.vue +++ b/src/views/board/BoardView.vue @@ -675,7 +675,7 @@ const deleteReplyComment = async (comment) => { const targetComment = findCommentById(comment.commentId, comments.value); - console.log('잘되니?',comment) + // console.log('잘되니?',comment) try { const response = await axios.delete(`board/comment/${comment.commentId}`, { @@ -686,7 +686,7 @@ const deleteReplyComment = async (comment) => { await fetchComments(); if (targetComment) { - console.log('타겟',targetComment) + // console.log('타겟',targetComment) // ✅ 댓글 내용만 "삭제된 댓글입니다."로 변경하고, 구조는 유지 targetComment.content = "댓글이 삭제되었습니다."; targetComment.author = "알 수 없음"; // 익명 처리