From bc50d2546839b8a5b6b2e1fe0a75a8eed265dee8 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 21 Dec 2023 04:48:00 +0100 Subject: [PATCH] Code cleanup. --- app/Support/Http/Api/ExchangeRateConverter.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Support/Http/Api/ExchangeRateConverter.php b/app/Support/Http/Api/ExchangeRateConverter.php index 4b2439246e..24f421d838 100644 --- a/app/Support/Http/Api/ExchangeRateConverter.php +++ b/app/Support/Http/Api/ExchangeRateConverter.php @@ -135,8 +135,6 @@ class ExchangeRateConverter } $rate = $this->getFromDB($currency->id, $euroId, $date->format('Y-m-d')); - - if (null !== $rate) { // app('log')->debug(sprintf('Rate for %s to EUR is %s.', $currency->code, $rate)); return $rate;