mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
Remove debug
This commit is contained in:
@@ -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';
|
||||
|
Reference in New Issue
Block a user