Skip to content
Snippets Groups Projects
Commit bb23dde3 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

remove debug

parent 3f573196
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!202Resolve "[MIN-264] Right click - Add comment"
......@@ -23,8 +23,6 @@ export const allCommentsSelectorOfCurrentMap = createSelector(
return [];
}
// eslint-disable-next-line no-console
console.log(commentState.data);
return (commentState.data || [])
.filter(comment => comment.modelId === currentModelId)
.map(comment => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment