mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-29 10:21:25 -06:00
Remove log debug things.
This commit is contained in:
parent
c218a12af7
commit
7b813065da
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user