From 1438f7f5c47f3f5c55bc8e13aa566530840e0310 Mon Sep 17 00:00:00 2001 From: paulr Date: Mon, 6 Dec 2010 18:34:24 +1100 Subject: [PATCH] nothing in particular, swear word --- authserver/www/user_actions.php | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) 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; } -- 1.7.0.4