diff options
author | Haley Connelly <haley.connelly@mongodb.com> | 2020-04-27 17:05:22 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-05-12 19:25:44 +0000 |
commit | 694b92620fe581f57ed78ca9c4c59ece4d5b9a74 (patch) | |
tree | 7b8879eefd41acccc4788d9a7f367a3f1db24bdc /src/mongo/client/sdam/topology_description.cpp | |
parent | 5a14578a131325525fc92cbb1ee315ebb35add8d (diff) | |
download | mongo-694b92620fe581f57ed78ca9c4c59ece4d5b9a74.tar.gz |
SERVER-47074 Clean up log lines in mongo/client/sdam and RSM-related files
Diffstat (limited to 'src/mongo/client/sdam/topology_description.cpp')
-rw-r--r-- | src/mongo/client/sdam/topology_description.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/client/sdam/topology_description.cpp b/src/mongo/client/sdam/topology_description.cpp index fdd8f36191d..6f688367055 100644 --- a/src/mongo/client/sdam/topology_description.cpp +++ b/src/mongo/client/sdam/topology_description.cpp @@ -111,11 +111,6 @@ const boost::optional<ServerDescriptionPtr> TopologyDescription::findServerByAdd boost::optional<ServerDescriptionPtr> TopologyDescription::installServerDescription( const ServerDescriptionPtr& newServerDescription) { - LOGV2_DEBUG(4333202, - 2, - "install server description {description}", - "description"_attr = newServerDescription->toString()); - boost::optional<ServerDescriptionPtr> previousDescription; if (getType() == TopologyType::kSingle) { // For Single, there is always one ServerDescription in TopologyDescription.servers; |