From 44ef334d798dd2d5310dba7d5d4df326db184175 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 5 Jan 2007 04:44:39 +0000 Subject: [PATCH] Remove a debug print accidentally committed with the filtering changes --- include/incl.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/incl.php b/include/incl.php index 17dfdfa..3cd1474 100644 --- a/include/incl.php +++ b/include/incl.php @@ -290,7 +290,6 @@ $session->register("current"); if(!isset($_SESSION['current'])) { - echo "Session not set, creating new user"; $_SESSION['current'] = new User(); }