Remove logging to console in diff_comments_store_spec

This commit is contained in:
winniehell 2016-11-05 12:41:36 +01:00
parent 50f3fd49a2
commit a09079219f
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@
it('is unresolved with 2 notes', () => {
const discussion = CommentsStore.state['a'];
createDiscussion(2, false);
console.log(discussion.isResolved());
expect(discussion.isResolved()).toBe(false);
});