Remove outcommented code

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2019-03-09 12:26:21 +01:00
parent 9af10fd2eb
commit 205c2b09b6
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ impl Diary for Store {
})
.into_iter()
.rev()
//.map(|sidres| sidres.map(|sid| DiaryId::from_storeid(&sid)))
.next()
}
}