diff --git a/app/Support/Http/Api/ExchangeRateConverter.php b/app/Support/Http/Api/ExchangeRateConverter.php index 3d24e44892..70991c150d 100644 --- a/app/Support/Http/Api/ExchangeRateConverter.php +++ b/app/Support/Http/Api/ExchangeRateConverter.php @@ -122,8 +122,7 @@ class ExchangeRateConverter public function summarize(): void { - Log::debug('summarize()'); - Log::info(sprintf('ExchangeRateConverter ran %d queries.', $this->queryCount)); + Log::debug(sprintf('ExchangeRateConverter ran %d queries.', $this->queryCount)); } /**