mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
Fix tests, remove some logging.
This commit is contained in:
@@ -53,7 +53,6 @@ class Amount
|
||||
{
|
||||
$locale = explode(',', trans('config.locale'));
|
||||
$locale = array_map('trim', $locale);
|
||||
Log::debug('formatAnything(). Will set locale to', $locale);
|
||||
setlocale(LC_MONETARY, $locale);
|
||||
$float = round($amount, 12);
|
||||
$info = localeconv();
|
||||
|
Reference in New Issue
Block a user