From 523613ab819cdf1098251c2dd33d813307bd61a2 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Wed, 27 May 2020 14:26:09 +0000 Subject: SERVER-48351 Clean up additional logv2 lines --- src/mongo/db/auth/authorization_session.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mongo/db/auth/authorization_session.cpp') diff --git a/src/mongo/db/auth/authorization_session.cpp b/src/mongo/db/auth/authorization_session.cpp index d32bdac5d8d..caed33df1b9 100644 --- a/src/mongo/db/auth/authorization_session.cpp +++ b/src/mongo/db/auth/authorization_session.cpp @@ -27,8 +27,6 @@ * it in the license file. */ -#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kAccessControl - #include "mongo/platform/basic.h" #include "mongo/db/auth/authorization_session.h" -- cgit v1.2.1