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';