Skip to content

Commit

Permalink
Remove debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartel-C8 committed Aug 14, 2019
1 parent 0c82bbf commit 36dcb6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/aggregationsSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ describe('aggregations', function() {

assert.equal(result.tags.buckets.length, 5);
assert.equal(result.actors.buckets.length, 10);
console.log("TEST", result.actors.buckets)
assert.notEqual(result.actors.buckets.find(e => e.key === "Morgan Freeman") , undefined);
assert.equal(result.actors.buckets[0].key, "Morgan Freeman");

Expand Down

0 comments on commit 36dcb6e

Please sign in to comment.