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(); }