Remove debug log statement

This commit is contained in:
2017-05-14 16:27:43 +02:00
parent 2405e3e118
commit 4f57ceaee9
-1
View File
@@ -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')));