mirror of
https://github.com/wassname/talk.git
synced 2026-07-11 23:43:20 +08:00
Removing unecessary log statement.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user