| Index: client/bin/site_login.py
 | 
| diff --git a/client/bin/site_login.py b/client/bin/site_login.py
 | 
| index 2bda9822960d5493fd0ca3e1ef98c3149e79d129..7bc82782aa3ba044c8dd5043008039674f41bdd3 100644
 | 
| --- a/client/bin/site_login.py
 | 
| +++ b/client/bin/site_login.py
 | 
| @@ -76,8 +76,6 @@ def __session_manager_restarted(oldpid):
 | 
|  
 | 
|  
 | 
|  def logged_in():
 | 
| -    if (not os.path.exists(chromeos_constants.LOGGED_IN_MAGIC_FILE)):
 | 
| -        logging.debug(chromeos_constants.LOGGED_IN_MAGIC_FILE + " no exist")
 | 
|      # this file is created when the session_manager emits start-user-session
 | 
|      # and removed when the session_manager emits stop-user-session
 | 
|      return os.path.exists(chromeos_constants.LOGGED_IN_MAGIC_FILE)
 | 
| 
 |