Removed bloat dump
parent
b7c1c4a29e
commit
32303299f7
|
@ -70,7 +70,6 @@ class ApiStatusController extends AbstractServerController {
|
||||||
* Prepare the view template
|
* Prepare the view template
|
||||||
*/
|
*/
|
||||||
protected function executeDetail() {
|
protected function executeDetail() {
|
||||||
var_dump($this->server_id);
|
|
||||||
if(empty($this->server_id)){
|
if(empty($this->server_id)){
|
||||||
return new JsonResponse("Not found", Response::HTTP_NOT_FOUND);
|
return new JsonResponse("Not found", Response::HTTP_NOT_FOUND);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue