From 28b620fb5c9aa88a33d8c34c1e3c8a01ab16773c Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 24 Aug 2025 20:30:40 +0200 Subject: [PATCH] Remove superfluous logging. --- app/Support/JsonApi/Enrichments/SubscriptionEnrichment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Support/JsonApi/Enrichments/SubscriptionEnrichment.php b/app/Support/JsonApi/Enrichments/SubscriptionEnrichment.php index 1c18db20de..1797d086e6 100644 --- a/app/Support/JsonApi/Enrichments/SubscriptionEnrichment.php +++ b/app/Support/JsonApi/Enrichments/SubscriptionEnrichment.php @@ -383,7 +383,7 @@ class SubscriptionEnrichment implements EnrichmentInterface Log::debug(sprintf('[b] Last paid date is: %s', $return->format('Y-m-d'))); } } - Log::debug(sprintf('[c] Last paid date is: "%s"', $return?->format('Y-m-d'))); + // Log::debug(sprintf('[c] Last paid date is: "%s"', $return?->format('Y-m-d'))); return $return; }