mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
Remove logging
This commit is contained in:
@@ -239,8 +239,8 @@ class GroupCollector implements GroupCollectorInterface
|
|||||||
{
|
{
|
||||||
$result = $this->query->get($this->fields);
|
$result = $this->query->get($this->fields);
|
||||||
|
|
||||||
Log::debug('Query in full');
|
//Log::debug('Query in full');
|
||||||
$this->dumpQueryInLogs();
|
//$this->dumpQueryInLogs();
|
||||||
|
|
||||||
// now to parse this into an array.
|
// now to parse this into an array.
|
||||||
$collection = $this->parseArray($result);
|
$collection = $this->parseArray($result);
|
||||||
|
Reference in New Issue
Block a user