Browse Source
Removed debug stack
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/9197/head
John Molakvoæ (skjnldsv)
8 years ago
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with
0 additions and
1 deletions
-
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; |
|
|
|
|