Skip to content
Snippets Groups Projects
Commit c392b0cc authored by Fatih Acet's avatar Fatih Acet
Browse files

Merge branch 'remove-diff-comments-spec-logging' into 'master'

Remove logging to console in diff_comments_store_spec

## What does this MR do?

Remove `console.log` from `diff_comments_store_spec.js.es6`.

See merge request !7306
parents 9a1ded1f a0907921
Branches
Tags
1 merge request!7306Remove logging to console in diff_comments_store_spec
Pipeline #
Loading
@@ -92,7 +92,6 @@
Loading
@@ -92,7 +92,6 @@
it('is unresolved with 2 notes', () => { it('is unresolved with 2 notes', () => {
const discussion = CommentsStore.state['a']; const discussion = CommentsStore.state['a'];
createDiscussion(2, false); createDiscussion(2, false);
console.log(discussion.isResolved());
   
expect(discussion.isResolved()).toBe(false); expect(discussion.isResolved()).toBe(false);
}); });
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment