diff options
Diffstat (limited to 'src/mongo/db/commands/distinct.cpp')
| -rw-r--r-- | src/mongo/db/commands/distinct.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/commands/distinct.cpp b/src/mongo/db/commands/distinct.cpp index 57585a88401..a0396397a8d 100644 --- a/src/mongo/db/commands/distinct.cpp +++ b/src/mongo/db/commands/distinct.cpp @@ -296,8 +296,6 @@ public: auto&& [stats, _] = explainer.getWinningPlanStats(ExplainOptions::Verbosity::kExecStats); LOGV2_WARNING(23797, - "Plan executor error during distinct command: {error}, " - "stats: {stats}, cmd: {cmd}", "Plan executor error during distinct command", "error"_attr = exception.toStatus(), "stats"_attr = redact(stats), |
