diff options
-rw-r--r-- | core/Controller/AvatarController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Controller/AvatarController.php b/core/Controller/AvatarController.php index 94c837888dc..0625265dd05 100644 --- a/core/Controller/AvatarController.php +++ b/core/Controller/AvatarController.php @@ -139,7 +139,6 @@ class AvatarController extends Controller { ['Content-Type' => $avatar->getMimeType() ]); } catch (\Exception $e) { - var_dump($e); $resp = new Http\Response(); $resp->setStatus(Http::STATUS_NOT_FOUND); return $resp; |