From b144831b4d7d66886bdf6688459393b7ff51f8d4 Mon Sep 17 00:00:00 2001 From: iglocska Date: Mon, 4 May 2015 19:02:50 +0200 Subject: [PATCH] Removed debug --- app/Controller/AppController.php | 2 -- 1 file changed, 2 deletions(-) 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();