From 0f7625b5cdbc24ed0fce1e168059118cb025d869 Mon Sep 17 00:00:00 2001 From: Gabriel Russell Date: Thu, 20 Feb 2020 16:05:48 -0500 Subject: SERVER-45567 removing util/log.h where I can o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp --- src/mongo/db/commands/dbcommands_d.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mongo/db/commands/dbcommands_d.cpp') diff --git a/src/mongo/db/commands/dbcommands_d.cpp b/src/mongo/db/commands/dbcommands_d.cpp index 8044d6abaef..96ca732caa6 100644 --- a/src/mongo/db/commands/dbcommands_d.cpp +++ b/src/mongo/db/commands/dbcommands_d.cpp @@ -90,7 +90,6 @@ #include "mongo/s/stale_exception.h" #include "mongo/scripting/engine.h" #include "mongo/util/fail_point.h" -#include "mongo/util/log.h" #include "mongo/util/md5.hpp" #include "mongo/util/scopeguard.h" -- cgit v1.2.1