Remove debugging print statements
This commit is contained in:
@@ -70,7 +70,6 @@ pub async fn fetch_next_appointment<U: IntoUrl>(url: U) -> Result<Option<Appoint
|
|||||||
let mut series = HashMap::new();
|
let mut series = HashMap::new();
|
||||||
let mut ends = HashMap::new();
|
let mut ends = HashMap::new();
|
||||||
for event in events {
|
for event in events {
|
||||||
println!("{}", event.start);
|
|
||||||
ends.insert(event.uid.clone(), event.end);
|
ends.insert(event.uid.clone(), event.end);
|
||||||
if let Some(rrule) = event.rrule {
|
if let Some(rrule) = event.rrule {
|
||||||
// TODO This is a workaround for https://github.com/fmeringdal/rust-rrule/issues/87
|
// TODO This is a workaround for https://github.com/fmeringdal/rust-rrule/issues/87
|
||||||
|
|||||||
Reference in New Issue
Block a user