mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 21:13:26 +00:00
Remove debug
This commit is contained in:
@@ -202,7 +202,6 @@ return call_user_func(
|
|||||||
|
|
||||||
|
|
||||||
$app->error(function (\Exception $e) {
|
$app->error(function (\Exception $e) {
|
||||||
var_dump($e->getMessage());
|
|
||||||
if ($e instanceof \Exception_Session_NotAuthenticated) {
|
if ($e instanceof \Exception_Session_NotAuthenticated) {
|
||||||
$code = 403;
|
$code = 403;
|
||||||
$message = 'Forbidden';
|
$message = 'Forbidden';
|
||||||
|
Reference in New Issue
Block a user