mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
Expand code for exchange rates
This commit is contained in:
@@ -57,7 +57,7 @@ trait FiltersWeekends
|
||||
$isWeekend = $date->isWeekend();
|
||||
if (!$isWeekend) {
|
||||
$return[] = clone $date;
|
||||
Log::debug(sprintf('Date is %s, not a weekend date.', $date->format('D d M Y')));
|
||||
//Log::debug(sprintf('Date is %s, not a weekend date.', $date->format('D d M Y')));
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@ trait FiltersWeekends
|
||||
$return[] = $clone;
|
||||
continue;
|
||||
}
|
||||
Log::debug(sprintf('Date is %s, removed from final result', $date->format('D d M Y')));
|
||||
//Log::debug(sprintf('Date is %s, removed from final result', $date->format('D d M Y')));
|
||||
}
|
||||
|
||||
// filter unique dates
|
||||
|
||||
Reference in New Issue
Block a user