Removed debug stack
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
fd4330c38f
commit
543188d0cb
|
@ -139,7 +139,6 @@ class AvatarController extends Controller {
|
||||||
['Content-Type' => $avatar->getMimeType()
|
['Content-Type' => $avatar->getMimeType()
|
||||||
]);
|
]);
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
var_dump($e);
|
|
||||||
$resp = new Http\Response();
|
$resp = new Http\Response();
|
||||||
$resp->setStatus(Http::STATUS_NOT_FOUND);
|
$resp->setStatus(Http::STATUS_NOT_FOUND);
|
||||||
return $resp;
|
return $resp;
|
||||||
|
|
Loading…
Reference in New Issue