From 8dbb197b4b6836e0caecab0a089f4186c6f53fb3 Mon Sep 17 00:00:00 2001 From: cfleck Date: Tue, 25 Oct 2016 09:51:34 +0200 Subject: [PATCH] Removed debug output in Services Controller --- app/Controller/ServicesController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Controller/ServicesController.php b/app/Controller/ServicesController.php index a8d4b107ed..9ee0d7ab24 100755 --- a/app/Controller/ServicesController.php +++ b/app/Controller/ServicesController.php @@ -242,7 +242,6 @@ public function index(){ 'Host.container_id' => $all_container_ids ]; $conditions = Hash::merge($conditions, $_conditions); - debug($all_container_ids); } $all_services = [];