Remove debug logs

This commit is contained in:
James Cole 2023-01-11 17:30:39 +01:00
parent 9008d19494
commit abdbb86d05
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -96,7 +96,7 @@ class FiscalHelper implements FiscalHelperInterface
$startDate->startOfYear(); $startDate->startOfYear();
} }
Log::debug(sprintf('Result of startOfFiscalYear(%s) = %s', $date->format('Y-m-d'), $startDate->format('Y-m-d'))); // Log::debug(sprintf('Result of startOfFiscalYear(%s) = %s', $date->format('Y-m-d'), $startDate->format('Y-m-d')));
return $startDate; return $startDate;
} }