client: remove console.log
This commit is contained in:
parent
763cb1dadc
commit
e7cec9b827
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@ const PostPage = ({ post }: Props) => {
|
|||
style={{ textTransform: 'none' }}>
|
||||
Edit a Copy
|
||||
</Button>
|
||||
{console.log(post)}
|
||||
{post.parent && <Button
|
||||
auto
|
||||
icon={<Parent />}
|
||||
|
|
Loading…
Reference in a new issue