ServiceController: remove debugging break
This commit is contained in:
parent
7b4e9b4f91
commit
cbc67439d8
|
@ -53,8 +53,7 @@ class ServiceController extends ObjectController
|
|||
$host = (int) $host;
|
||||
} else {
|
||||
$host = $this->object->get('host');
|
||||
var_dump($host);
|
||||
exit;
|
||||
// We reach this when accessing Service Template Fields
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue