mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-23 15:40:32 -06:00
Remove log entry.
This commit is contained in:
parent
8f98be32f9
commit
1211a5c878
@ -553,7 +553,6 @@ class Steam
|
||||
*/
|
||||
public function floatalize(string $value): string
|
||||
{
|
||||
Log::debug(sprintf('floatalize("%s")', $value));
|
||||
$value = strtoupper($value);
|
||||
if (!str_contains($value, 'E')) {
|
||||
return $value;
|
||||
|
Loading…
Reference in New Issue
Block a user