From 4f57ceaee9699fa473bd3e110465371879b27c3a Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 14 May 2017 16:27:43 +0200 Subject: [PATCH] Remove debug log statement --- tests/unit/controllers/index-test.js | 1 - 1 file changed, 1 deletion(-) 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')));