Skip to content

Commit

Permalink
Removed debug output in Services Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
cfleck committed Oct 25, 2016
1 parent 3ed743e commit 8dbb197
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Controller/ServicesController.php
Expand Up @@ -242,7 +242,6 @@ public function index(){
'Host.container_id' => $all_container_ids
];
$conditions = Hash::merge($conditions, $_conditions);
debug($all_container_ids);
}

$all_services = [];
Expand Down

0 comments on commit 8dbb197

Please sign in to comment.