Update dependencies, remove dbgs

This commit is contained in:
Timo Kösters 2020-10-16 14:04:29 +02:00
parent 0e817f6951
commit 9d1387954f
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
3 changed files with 64 additions and 59 deletions

View file

@ -443,8 +443,6 @@ pub fn get_missing_events_route<'a>(
i += 1;
}
dbg!(&events);
Ok(get_missing_events::v1::Response { events }.into())
}