Remove old comment
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
ca2f130995
commit
71cccad665
1 changed files with 0 additions and 2 deletions
|
@ -41,8 +41,6 @@ impl DiaryEntry for 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> {
|
||||
DiaryId::from_storeid(&self.get_location().clone())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue