summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod_options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/mongod_options.cpp')
-rw-r--r--src/mongo/db/mongod_options.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/mongod_options.cpp b/src/mongo/db/mongod_options.cpp
index bc436427d07..c816d63a5a8 100644
--- a/src/mongo/db/mongod_options.cpp
+++ b/src/mongo/db/mongod_options.cpp
@@ -542,13 +542,6 @@ Status storeMongodOptions(const moe::Environment& params) {
}
}
- // TODO (SERVER-49464): remove this development only extra logging.
- if (storageGlobalParams.disableLockFreeReads) {
- LOGV2(4788402, "Lock-free reads is disabled.");
- } else {
- LOGV2(4788403, "Lock-free reads is enabled.");
- }
-
if (params.count("replication.oplogSizeMB")) {
long long x = params["replication.oplogSizeMB"].as<int>();
if (x <= 0) {