mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-25 08:21:08 -06:00
Remove debug logs
This commit is contained in:
parent
9008d19494
commit
abdbb86d05
@ -96,7 +96,7 @@ class FiscalHelper implements FiscalHelperInterface
|
||||
$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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user