diff --git a/jrnl/DayOneJournal.py b/jrnl/DayOneJournal.py index a3e53826..1f564029 100644 --- a/jrnl/DayOneJournal.py +++ b/jrnl/DayOneJournal.py @@ -146,4 +146,3 @@ class DayOne(Journal.Journal): edited_uuids = [e.uuid for e in entries] self._deleted_entries = [e for e in self.entries if e.uuid not in edited_uuids] self.entries[:] = [e for e in self.entries if e.uuid in edited_uuids] - return entries