summaryrefslogtreecommitdiff
path: root/jstests/cqf/ce_histogram.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/cqf/ce_histogram.js')
-rw-r--r--jstests/cqf/ce_histogram.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/cqf/ce_histogram.js b/jstests/cqf/ce_histogram.js
index f7d1b54bf9c..58d9c43b829 100644
--- a/jstests/cqf/ce_histogram.js
+++ b/jstests/cqf/ce_histogram.js
@@ -82,7 +82,6 @@ function assertApproxEq(expected, actual, msg) {
* Validates that the results and cardinality estimate for a given $match predicate agree.
*/
function verifyCEForMatch({coll, predicate, expected, hint}) {
- print("ACB", tojson(predicate));
const actual = coll.aggregate([{$match: predicate}], {hint}).toArray();
assertArrayEq({actual, expected});