Removed some logging.

This commit is contained in:
James Cole
2014-09-08 10:36:19 +02:00
parent e4155ce735
commit 6f6b653d54

View File

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