mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Removed console log
This commit is contained in:
parent
dc196ddeb1
commit
8e0efd8bfa
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ import Comment from './Comment';
|
|||
const Replies = (props) => {
|
||||
return (
|
||||
<div>
|
||||
{console.log(props.replies)}
|
||||
{props.replies.map((reply => <Comment comment={reply} key={reply.id} />))}
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue