Remove logging

This commit is contained in:
James Cole
2021-12-19 07:16:20 +01:00
parent d35d51c014
commit 7c780dd75c

View File

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