summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonelement.h
diff options
context:
space:
mode:
authorAndreas Nilsson <andreas.nilsson@mongodb.com>2016-07-08 10:42:17 -0400
committerAndreas Nilsson <andreas.nilsson@mongodb.com>2016-07-08 10:42:17 -0400
commit79a6ca14abdf9b3f86040f70210122007276e33b (patch)
treeecf697a8bf1f9f46073d3a4ed9bbd7bed308def0 /src/mongo/bson/bsonelement.h
parent99d405ae814d9840c029bcb6916cc94aa03b9b68 (diff)
downloadmongo-79a6ca14abdf9b3f86040f70210122007276e33b.tar.gz
Revert "SERVER-24521 Log redaction 'redact' functions"
This reverts commit 396f6d57d51c7367e26a71ac35b95ae927cc0e3b.
Diffstat (limited to 'src/mongo/bson/bsonelement.h')
-rw-r--r--src/mongo/bson/bsonelement.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/bson/bsonelement.h b/src/mongo/bson/bsonelement.h
index 4b1f776696f..ad8429da9be 100644
--- a/src/mongo/bson/bsonelement.h
+++ b/src/mongo/bson/bsonelement.h
@@ -183,7 +183,6 @@ public:
void toString(StringBuilder& s,
bool includeFieldName = true,
bool full = false,
- bool redactValues = false,
int depth = 0) const;
std::string jsonString(JsonStringFormat format,
bool includeFieldNames = true,