Script and code cleanup.

This commit is contained in:
James Cole
2022-12-11 10:43:52 +01:00
parent 23a8835758
commit 33f764088e
7 changed files with 171 additions and 173 deletions

View File

@@ -359,7 +359,6 @@ class BudgetController extends Controller
Log::debug(sprintf('Could not render reports.partials.budget-period: %s', $e->getMessage()));
$result = 'Could not render view.';
throw new FireflyException($result, 0, $e);
}
$cache->store($result);