mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +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;
|
$host = (int) $host;
|
||||||
} else {
|
} else {
|
||||||
$host = $this->object->get('host');
|
$host = $this->object->get('host');
|
||||||
var_dump($host);
|
// We reach this when accessing Service Template Fields
|
||||||
exit;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user