Remove log debug things.

This commit is contained in:
James Cole 2019-08-18 13:01:47 +02:00
parent c218a12af7
commit 7b813065da
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

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