Remove log entry.

This commit is contained in:
James Cole 2022-03-30 06:58:41 +02:00
parent 8f98be32f9
commit 1211a5c878
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

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