mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-08-29 17:25:20 +00:00
Remove logging
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user