mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 09:22:26 +00:00
Remove commented code
This commit is contained in:
@@ -134,13 +134,6 @@ async fn get_events_calendar_multiget<C: CalendarStore + ?Sized>(
|
|||||||
) -> Result<Vec<Event>, Error> {
|
) -> Result<Vec<Event>, Error> {
|
||||||
// TODO: proper implementation
|
// TODO: proper implementation
|
||||||
Ok(store.read().await.get_events(cid).await?)
|
Ok(store.read().await.get_events(cid).await?)
|
||||||
// let events = Vec::new();
|
|
||||||
// for href in cal_query.href {
|
|
||||||
// dbg!(href);
|
|
||||||
// // let uid =
|
|
||||||
// // events.push(store.read().await.get_event(cid, &uid))
|
|
||||||
// }
|
|
||||||
// Ok(events)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn route_report_calendar<A: CheckAuthentication, C: CalendarStore + ?Sized>(
|
pub async fn route_report_calendar<A: CheckAuthentication, C: CalendarStore + ?Sized>(
|
||||||
|
|||||||
Reference in New Issue
Block a user