Removing unecessary log statement.

This commit is contained in:
David Jay
2017-03-03 16:01:53 -05:00
parent 2e5d453ea7
commit b912b60428
@@ -19,7 +19,6 @@ const lang = new I18n(translations);
const Comment = ({actions = [], ...props}) => {
const links = linkify.getMatches(props.comment.body);
console.log('Links', links);
const actionSummaries = props.comment.action_summaries;
return (
<li tabIndex={props.index}