From: paulr Date: Mon, 6 Dec 2010 07:34:24 +0000 (+1100) Subject: nothing in particular, swear word X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=commitdiff_plain;h=1438f7f5c47f3f5c55bc8e13aa566530840e0310 nothing in particular, swear word --- 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; }