diff --git a/tests/unit/controllers/index-test.js b/tests/unit/controllers/index-test.js index 6bd8af9..ca30faa 100644 --- a/tests/unit/controllers/index-test.js +++ b/tests/unit/controllers/index-test.js @@ -32,7 +32,6 @@ test('doesn\'t contain people with 0 kredits', function(assert) { addFixtures(controller); let contributorsSorted = controller.get('contributorsSorted'); - console.log(controller.get('contributorsSorted')); assert.ok(isPresent(contributorsSorted.findBy('github_username', 'neo'))); assert.ok(isEmpty(contributorsSorted.findBy('github_username', 'mouse')));