Commit 08f7e95d310961b42a759413fd41e9fe19cf9667

Authored by Michael Joseph
1 parent c4f6ffc7

added info logging


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@325 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/authentication/Authenticator.inc
... ... @@ -34,7 +34,6 @@ class Authenticator {
34 34 if ($userID) {
35 35 // add this to the return array
36 36 $userDetails["userID"] = $userID;
37   - $default->log->info("Authenticator::login authenticated user, userDetails[userID]=" . $userDetails["userID"]);
38 37 // remove stale sessions from the database for the user
39 38 // that is signing on.
40 39 Session::removeStaleSessions($userDetails["userID"]);
... ...