remove console

This commit is contained in:
xfy
2024-05-22 13:54:04 +08:00
parent d1f9f97fe8
commit e676f4f3f2

View File

@ -7,7 +7,6 @@ import { memo } from 'react';
const PostComment = () => {
const { theme } = useRuaTheme();
console.log('PostComment', theme);
return (
<>