diff --git a/app/Controller/AppController.php b/app/Controller/AppController.php index c0b43fb84..2deba301b 100755 --- a/app/Controller/AppController.php +++ b/app/Controller/AppController.php @@ -97,8 +97,6 @@ class AppController extends Controller { continue; } } - debug($user); - throw new Exception(); if ($user) { // User found in the db, add the user info to the session $this->Session->renew();