Remove debug

This commit is contained in:
Romain Neutron
2012-06-01 16:28:19 +02:00
parent eee4af5000
commit d090edac1f

View File

@@ -202,7 +202,6 @@ return call_user_func(
$app->error(function (\Exception $e) {
var_dump($e->getMessage());
if ($e instanceof \Exception_Session_NotAuthenticated) {
$code = 403;
$message = 'Forbidden';