From d090edac1f43d91da0b24f3c2c3d44ee682f2bc3 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Fri, 1 Jun 2012 16:28:19 +0200 Subject: [PATCH] Remove debug --- lib/Alchemy/Phrasea/Application/Overview.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Alchemy/Phrasea/Application/Overview.php b/lib/Alchemy/Phrasea/Application/Overview.php index 66ff578404..e9ede146ab 100644 --- a/lib/Alchemy/Phrasea/Application/Overview.php +++ b/lib/Alchemy/Phrasea/Application/Overview.php @@ -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';