From 7c780dd75c584227b865c04c8386d2ee89ac7006 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 19 Dec 2021 07:16:20 +0100 Subject: [PATCH] Remove logging --- app/Helpers/Collector/GroupCollector.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Helpers/Collector/GroupCollector.php b/app/Helpers/Collector/GroupCollector.php index 6189019401..5a5501abb3 100644 --- a/app/Helpers/Collector/GroupCollector.php +++ b/app/Helpers/Collector/GroupCollector.php @@ -239,8 +239,8 @@ class GroupCollector implements GroupCollectorInterface { $result = $this->query->get($this->fields); - Log::debug('Query in full'); - $this->dumpQueryInLogs(); + //Log::debug('Query in full'); + //$this->dumpQueryInLogs(); // now to parse this into an array. $collection = $this->parseArray($result);