diff --git a/src/components/node/CommentContent/index.tsx b/src/components/node/CommentContent/index.tsx index a7978d67..735714b5 100644 --- a/src/components/node/CommentContent/index.tsx +++ b/src/components/node/CommentContent/index.tsx @@ -98,14 +98,3 @@ const CommentContent: FC = memo(({ comment, can_edit, onDelete, onEdit } }); export { CommentContent }; - -/* -{comment.text && ( - - )} - - - - - - */