From acf497faa4f1a8de41916321836c02b25074acc9 Mon Sep 17 00:00:00 2001 From: Jeong Ha Seung <88266129+HA-SEUNG-JEONG@users.noreply.github.com> Date: Sun, 8 Feb 2026 20:36:11 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20runtime=20=EC=97=90=EB=9F=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/study/group/channel/ui/comment-section.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/features/study/group/channel/ui/comment-section.tsx b/src/features/study/group/channel/ui/comment-section.tsx index 9b1aa11c..c7191503 100644 --- a/src/features/study/group/channel/ui/comment-section.tsx +++ b/src/features/study/group/channel/ui/comment-section.tsx @@ -47,7 +47,6 @@ export default function CommentSection({ groupStudyId }: CommentProps) { (sum, q) => sum + (q.data?.totalElements ?? 0), 0, ); - console.log(data.content, 'data'); const totalCommentCount = (data?.totalElements ?? 0) + totalReplyCount; const { mutate: createThread } = usePostThreadMutation();