Remove superfluous logging.

This commit is contained in:
James Cole
2025-08-24 20:30:40 +02:00
parent c183f91ff6
commit 28b620fb5c

View File

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