summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/aggregation_log_namespace.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/aggregation_log_namespace.js')
-rw-r--r--jstests/noPassthrough/aggregation_log_namespace.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/noPassthrough/aggregation_log_namespace.js b/jstests/noPassthrough/aggregation_log_namespace.js
index a45a3a96597..274bbc3d0d0 100644
--- a/jstests/noPassthrough/aggregation_log_namespace.js
+++ b/jstests/noPassthrough/aggregation_log_namespace.js
@@ -5,7 +5,6 @@
'use strict';
load("jstests/aggregation/extras/merge_helpers.js"); // For withEachKindOfWriteStage.
-load("jstests/libs/check_log.js"); // For checkLogs.containsWithCount.
// Runs the given 'pipeline' and verifies that the namespace is correctly logged in the global
// log for the aggregate command. The 'comment' parameter is used to match a log entry against