From 7b813065da7eded19a70be2806dfcda4e3998647 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 18 Aug 2019 13:01:47 +0200 Subject: [PATCH] Remove log debug things. --- 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 4bee36e8a1..16ecfb1ac0 100644 --- a/app/Helpers/Collector/GroupCollector.php +++ b/app/Helpers/Collector/GroupCollector.php @@ -152,8 +152,8 @@ class GroupCollector implements GroupCollectorInterface $end = round(microtime(true) - $start, 5); // log info about query time. - Log::info(sprintf('Query took Firefly III %s seconds', $end)); - Log::info($this->query->toSql(), $this->query->getBindings()); + //Log::info(sprintf('Query took Firefly III %s seconds', $end)); + //Log::info($this->query->toSql(), $this->query->getBindings()); // now to parse this into an array. $collection = $this->parseArray($result);