summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/db/auth/security_key.cpp2
1 files changed, 0 insertions, 2 deletions
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);