Removed bloat dump

This commit is contained in:
Matej Kminek 2019-11-24 21:52:31 +01:00
parent b7c1c4a29e
commit 32303299f7
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ class ApiStatusController extends AbstractServerController {
* Prepare the view template
*/
protected function executeDetail() {
var_dump($this->server_id);
if(empty($this->server_id)){
return new JsonResponse("Not found", Response::HTTP_NOT_FOUND);
}