summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlya Berciu <alya.berciu@mongodb.com>2022-11-02 15:33:32 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-02 17:20:08 +0000
commitca80f7fd6d45668710fa836c8d35d7da43f0cab6 (patch)
tree87961f085f6aa81d4cfab0c2499f869118351d43
parent864ac5b111df65dfb2dc5265bfdfd04aec8aa6dd (diff)
downloadmongo-ca80f7fd6d45668710fa836c8d35d7da43f0cab6.tar.gz
SERVER-68490 Remove ce_histogram.js log
-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});