Remove debug log statement
This commit is contained in:
@@ -32,7 +32,6 @@ test('doesn\'t contain people with 0 kredits', function(assert) {
|
|||||||
addFixtures(controller);
|
addFixtures(controller);
|
||||||
|
|
||||||
let contributorsSorted = controller.get('contributorsSorted');
|
let contributorsSorted = controller.get('contributorsSorted');
|
||||||
console.log(controller.get('contributorsSorted'));
|
|
||||||
|
|
||||||
assert.ok(isPresent(contributorsSorted.findBy('github_username', 'neo')));
|
assert.ok(isPresent(contributorsSorted.findBy('github_username', 'neo')));
|
||||||
assert.ok(isEmpty(contributorsSorted.findBy('github_username', 'mouse')));
|
assert.ok(isEmpty(contributorsSorted.findBy('github_username', 'mouse')));
|
||||||
|
|||||||
Reference in New Issue
Block a user