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);