ServiceController: remove debugging break

This commit is contained in:
Thomas Gelf 2021-10-12 13:42:33 +02:00
parent 7b4e9b4f91
commit cbc67439d8

View File

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