Remove old comment

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2019-03-09 12:34:15 +01:00
parent ca2f130995
commit 71cccad665

View file

@ -41,8 +41,6 @@ impl DiaryEntry for Entry {
} }
/// Get the diary id for this entry. /// Get the diary id for this entry.
///
/// TODO: calls Option::unwrap() as it assumes that an existing Entry has an ID that is parsable
fn diary_id(&self) -> Result<DiaryId> { fn diary_id(&self) -> Result<DiaryId> {
DiaryId::from_storeid(&self.get_location().clone()) DiaryId::from_storeid(&self.get_location().clone())
} }