Removed debug stack

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-06-15 15:40:10 +02:00
parent fd4330c38f
commit 543188d0cb
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 0 additions and 1 deletions

View File

@ -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;