diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-15 15:40:10 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-15 15:40:10 +0200 |
commit | 543188d0cb2f03e661ba937dcef5f56f739ea582 (patch) | |
tree | 6236f8fe6f86760c315f2539adc4dca65a3ac26f /core/Controller | |
parent | fd4330c38fcb35c3a4d0cf1807a6cacea63636c6 (diff) | |
download | nextcloud-server-543188d0cb2f03e661ba937dcef5f56f739ea582.tar.gz nextcloud-server-543188d0cb2f03e661ba937dcef5f56f739ea582.zip |
Removed debug stack
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/Controller')
-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; |