summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/multi_index_block.cpp
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2020-03-05 14:13:03 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-10 19:23:52 +0000
commit45eab9f82a18613b877598a951dc7b95f85f2059 (patch)
tree45ebe031ec8de64d98fd4fc44b9ad60f2b148211 /src/mongo/db/catalog/multi_index_block.cpp
parent3848ef2467665a7c7756eb19b42cb0f523c03535 (diff)
downloadmongo-45eab9f82a18613b877598a951dc7b95f85f2059.tar.gz
SERVER-46585 Move redact to logv2
Diffstat (limited to 'src/mongo/db/catalog/multi_index_block.cpp')
-rw-r--r--src/mongo/db/catalog/multi_index_block.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/multi_index_block.cpp b/src/mongo/db/catalog/multi_index_block.cpp
index 7c2cf1c2d9c..f96bb31d426 100644
--- a/src/mongo/db/catalog/multi_index_block.cpp
+++ b/src/mongo/db/catalog/multi_index_block.cpp
@@ -53,7 +53,6 @@
#include "mongo/db/storage/durable_catalog.h"
#include "mongo/db/storage/storage_options.h"
#include "mongo/db/storage/write_unit_of_work.h"
-#include "mongo/logger/redaction.h"
#include "mongo/logv2/log.h"
#include "mongo/util/assert_util.h"
#include "mongo/util/fail_point.h"