From cbc67439d8a239b1456fb2be66cd11d84a59d349 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 12 Oct 2021 13:42:33 +0200 Subject: [PATCH] ServiceController: remove debugging break --- application/controllers/ServiceController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/controllers/ServiceController.php b/application/controllers/ServiceController.php index be488410..195386f6 100644 --- a/application/controllers/ServiceController.php +++ b/application/controllers/ServiceController.php @@ -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 } }