diff --git a/lib/authentication/Authenticator.inc b/lib/authentication/Authenticator.inc index f12baf7..2f0ee42 100644 --- a/lib/authentication/Authenticator.inc +++ b/lib/authentication/Authenticator.inc @@ -34,7 +34,6 @@ class Authenticator { if ($userID) { // add this to the return array $userDetails["userID"] = $userID; - $default->log->info("Authenticator::login authenticated user, userDetails[userID]=" . $userDetails["userID"]); // remove stale sessions from the database for the user // that is signing on. Session::removeStaleSessions($userDetails["userID"]);