X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=blobdiff_plain;f=authserver%2Fwww%2Fuser_actions.php;h=8947432b7fe3e5155cf55465b90aef6a0904e66e;hp=70e281af487a28ff98f58a152780a673147d68a0;hb=1438f7f5c47f3f5c55bc8e13aa566530840e0310;hpb=1e9b1b3a5c4dd1f033ae5f3145d7bb7bcd73a4d6 diff --git a/authserver/www/user_actions.php b/authserver/www/user_actions.php index 70e281a..8947432 100644 --- a/authserver/www/user_actions.php +++ b/authserver/www/user_actions.php @@ -8,10 +8,8 @@ $loggedin = false; session_start(); if(isset($_SESSION["loggedin"])) if($_SESSION["loggedin"]) { - error_log("session exists, poof!"); $loggedin = true; } else { - error_log("no session"); $loggedin = false; }