Fix tests, remove some logging.

This commit is contained in:
James Cole
2017-01-08 11:41:09 +01:00
parent 01aba73f5b
commit 8a00101470
3 changed files with 7 additions and 1 deletions

View File

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