diff --git a/app/Support/Steam.php b/app/Support/Steam.php index 07af270627..43d2be481e 100644 --- a/app/Support/Steam.php +++ b/app/Support/Steam.php @@ -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;