summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/json_schema_validator_logging.js
diff options
context:
space:
mode:
authorIvan Fefer <ivan.fefer@mongodb.com>2022-09-05 13:37:04 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-07 10:51:15 +0000
commita7cda0d9cf32b7074b4c9a2efe6e6590b4dab564 (patch)
treed7be9f0105c6a982ed0372f2cfe60712ad7d04cd /jstests/noPassthrough/json_schema_validator_logging.js
parent7b8c49b09f2352b2573ebae2735ec2eb5b705aaf (diff)
downloadmongo-a7cda0d9cf32b7074b4c9a2efe6e6590b4dab564.tar.gz
SERVER-68871 Remove 'isJsonLogNoConn()' and 'isJsonLog()' functions because they always return true. Refactor the callers.
Diffstat (limited to 'jstests/noPassthrough/json_schema_validator_logging.js')
-rw-r--r--jstests/noPassthrough/json_schema_validator_logging.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/noPassthrough/json_schema_validator_logging.js b/jstests/noPassthrough/json_schema_validator_logging.js
index 05c3c5a1854..b2e1dc36a05 100644
--- a/jstests/noPassthrough/json_schema_validator_logging.js
+++ b/jstests/noPassthrough/json_schema_validator_logging.js
@@ -1,7 +1,6 @@
/**
* Test that createCollection logs for a validator that can't match documents.
*/
-load("jstests/libs/logv2_helpers.js");
(function() {
"use strict";