Skip to content
Snippets Groups Projects
Commit a4269ed9 authored by chris's avatar chris
Browse files

remove console.log

parent 8274145d
No related branches found
No related tags found
1 merge request!161Connect ui
...@@ -43,8 +43,6 @@ export default ({ key, comment, dataBox, top, commentId, commentData }) => { ...@@ -43,8 +43,6 @@ export default ({ key, comment, dataBox, top, commentId, commentData }) => {
if (activeComment && commentId === activeComment.attrs.id) active = true; if (activeComment && commentId === activeComment.attrs.id) active = true;
const onClickPost = content => { const onClickPost = content => {
console.log('post', content);
const { tr } = state; const { tr } = state;
const obj = { const obj = {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment