mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Clean up some code.
This commit is contained in:
@@ -89,7 +89,6 @@ class RecurrenceUpdateService
|
||||
$recurrence->save();
|
||||
|
||||
// update all meta data:
|
||||
//$this->updateMetaData($recurrence, $data);
|
||||
|
||||
if (isset($data['recurrence']['notes']) && null !== $data['recurrence']['notes']) {
|
||||
$this->setNoteText($recurrence, $data['recurrence']['notes']);
|
||||
|
Reference in New Issue
Block a user