Remove a debug print accidentally committed with the filtering changes

This commit is contained in:
Chris Morgan
2007-01-05 04:44:39 +00:00
committed by WineHQ
parent a1a41d6b87
commit 44ef334d79

View File

@@ -290,7 +290,6 @@ $session->register("current");
if(!isset($_SESSION['current']))
{
echo "Session not set, creating new user";
$_SESSION['current'] = new User();
}