mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-11 07:10:48 +00:00
Remove superfluous logging.
This commit is contained in:
@@ -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('[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;
|
return $return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user