diff --git a/components/post/post-comment.tsx b/components/post/post-comment.tsx index 877ab6b..921062d 100644 --- a/components/post/post-comment.tsx +++ b/components/post/post-comment.tsx @@ -7,7 +7,6 @@ import { memo } from 'react'; const PostComment = () => { const { theme } = useRuaTheme(); - console.log('PostComment', theme); return ( <>