summaryrefslogtreecommitdiff
path: root/src/mongo/shell/explain_query.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/explain_query.js')
-rw-r--r--src/mongo/shell/explain_query.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/shell/explain_query.js b/src/mongo/shell/explain_query.js
index 0670734891e..78e57c86e69 100644
--- a/src/mongo/shell/explain_query.js
+++ b/src/mongo/shell/explain_query.js
@@ -106,7 +106,6 @@ var DBExplainQuery = (function() {
"readPref",
"showDiskLoc",
"skip",
- "snapshot",
"sort",
];
@@ -235,7 +234,6 @@ var DBExplainQuery = (function() {
print("\t.readPref(mode, tagSet)");
print("\t.showDiskLoc()");
print("\t.skip(n)");
- print("\t.snapshot()");
print("\t.sort(sortSpec)");
return __magicNoPrint;
};