Clean up various code.

This commit is contained in:
James Cole
2021-12-19 08:47:02 +01:00
parent 7c780dd75c
commit 179b86c3ba
4 changed files with 17 additions and 18 deletions

View File

@@ -239,9 +239,6 @@ class GroupCollector implements GroupCollectorInterface
{
$result = $this->query->get($this->fields);
//Log::debug('Query in full');
//$this->dumpQueryInLogs();
// now to parse this into an array.
$collection = $this->parseArray($result);
$this->total = $collection->count();