diff --git a/main/inc/lib/chamilo_session.class.php b/main/inc/lib/chamilo_session.class.php index 848d93dc81..1dab5918a4 100755 --- a/main/inc/lib/chamilo_session.class.php +++ b/main/inc/lib/chamilo_session.class.php @@ -138,7 +138,6 @@ class ChamiloSession extends System\Session // If the session time has expired, refresh the starttime value, // so we're starting to count down from a later time if ( $session->has('starttime') && $session->is_expired()) { - error_log(microtime().' -- '.__LINE__); $session->destroy(); } else { //error_log('Time not expired, extend session for a bit more'); @@ -210,4 +209,4 @@ class ChamiloSession extends System\Session { return Session::read('_gid'); } -} \ No newline at end of file +}