From 5e67ef24b975e5110ef646709ca322731a0f7fdb Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Tue, 30 Aug 2011 01:00:45 +0200 Subject: [PATCH] feature #754: Removed comment --- src/um/UserPool.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/um/UserPool.cc b/src/um/UserPool.cc index 2ab1618f42..60933f7a45 100644 --- a/src/um/UserPool.cc +++ b/src/um/UserPool.cc @@ -250,8 +250,6 @@ bool UserPool::authenticate(const string& session, } AuthRequest ar(uid, gid); - - NebulaLog::log("UserPool",Log::ERROR, "Authenticating " + username); ar.add_authenticate(username,u_pass,secret);