client: remove console.log

This commit is contained in:
Max Leiter 2022-04-01 23:06:07 -07:00
parent 763cb1dadc
commit e7cec9b827
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

@ -114,7 +114,6 @@ const PostPage = ({ post }: Props) => {
style={{ textTransform: 'none' }}>
Edit a Copy
</Button>
{console.log(post)}
{post.parent && <Button
auto
icon={<Parent />}