ServiceController: remove debugging break

This commit is contained in:
Thomas Gelf 2021-10-12 13:42:33 +02:00
parent 7b4e9b4f91
commit cbc67439d8
1 changed files with 1 additions and 2 deletions

View File

@ -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
}
}