summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/http_client.cpp
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2020-05-11 19:47:56 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-13 19:19:45 +0000
commit2e46c85d9e90da3bcedd2463a7f6ffb8af0e1c24 (patch)
treeeaed849524c4bbf725392ea440b2d47139e507df /src/mongo/db/commands/http_client.cpp
parent29b8db71476ea59991c452ddd14db03e48ad47bc (diff)
downloadmongo-2e46c85d9e90da3bcedd2463a7f6ffb8af0e1c24.tar.gz
SERVER-48084 Lint log lines in mongo/db/commands
Diffstat (limited to 'src/mongo/db/commands/http_client.cpp')
-rw-r--r--src/mongo/db/commands/http_client.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/commands/http_client.cpp b/src/mongo/db/commands/http_client.cpp
index 7f55cecf15f..1bdc6116fd9 100644
--- a/src/mongo/db/commands/http_client.cpp
+++ b/src/mongo/db/commands/http_client.cpp
@@ -27,8 +27,6 @@
* it in the license file.
*/
-#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kNetwork
-
#include "mongo/platform/basic.h"
#include "mongo/base/init.h"
@@ -38,7 +36,6 @@
#include "mongo/db/commands/http_client_gen.h"
#include "mongo/db/commands/test_commands_enabled.h"
#include "mongo/db/operation_context.h"
-#include "mongo/logv2/log.h"
#include "mongo/util/net/hostandport.h"
#include "mongo/util/net/http_client.h"