mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
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…
x
Reference in New Issue
Block a user