mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-08-29 09:16:15 +00:00
Remove log entry.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user