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