From 947864ed70551afa8fea409e566c6de4e062263f Mon Sep 17 00:00:00 2001 From: Andreas Nilsson Date: Tue, 24 Sep 2013 13:38:13 -0400 Subject: SERVER-10798 Reduce log information leakage --- src/mongo/db/auth/security_key.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mongo/db/auth/security_key.cpp') diff --git a/src/mongo/db/auth/security_key.cpp b/src/mongo/db/auth/security_key.cpp index cb7afb773e9..1ee9be06a99 100644 --- a/src/mongo/db/auth/security_key.cpp +++ b/src/mongo/db/auth/security_key.cpp @@ -136,8 +136,6 @@ namespace mongo { return false; } - LOG(1) << "security key: " << str << endl; - User::CredentialData credentials; credentials.password = DBClientWithCommands::createPasswordDigest( internalSecurity.user->getName().getUser().toString(), str); -- cgit v1.2.1