mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 19:53:44 +00:00
Removed some logging.
This commit is contained in:
@@ -371,7 +371,6 @@ class ChartController extends BaseController
|
|||||||
];
|
];
|
||||||
|
|
||||||
foreach ($accounts as $account) {
|
foreach ($accounts as $account) {
|
||||||
\Log::debug('Now building series for ' . $account->name);
|
|
||||||
$data['series'][] = $this->_chart->account($account, $start, $end);
|
$data['series'][] = $this->_chart->account($account, $start, $end);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user