Commit 08f7e95d310961b42a759413fd41e9fe19cf9667
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
Showing
1 changed file
with
0 additions
and
1 deletions
lib/authentication/Authenticator.inc
| @@ -34,7 +34,6 @@ class Authenticator { | @@ -34,7 +34,6 @@ class Authenticator { | ||
| 34 | if ($userID) { | 34 | if ($userID) { |
| 35 | // add this to the return array | 35 | // add this to the return array |
| 36 | $userDetails["userID"] = $userID; | 36 | $userDetails["userID"] = $userID; |
| 37 | - $default->log->info("Authenticator::login authenticated user, userDetails[userID]=" . $userDetails["userID"]); | ||
| 38 | // remove stale sessions from the database for the user | 37 | // remove stale sessions from the database for the user |
| 39 | // that is signing on. | 38 | // that is signing on. |
| 40 | Session::removeStaleSessions($userDetails["userID"]); | 39 | Session::removeStaleSessions($userDetails["userID"]); |