mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 10:53:37 +00:00
Code cleanup.
This commit is contained in:
@@ -118,8 +118,6 @@ class RecurrenceController extends Controller
|
||||
$occurrences = $this->recurring->getXOccurrences($repetition, $actualStart, $repetitions);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
/** @var Carbon $current */
|
||||
foreach ($occurrences as $current) {
|
||||
if ($current->gte($start)) {
|
||||
@@ -179,8 +177,6 @@ class RecurrenceController extends Controller
|
||||
];
|
||||
}
|
||||
Log::debug('Dropdown is', $result);
|
||||
|
||||
|
||||
return response()->json($result);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user