mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 21:42:34 +00:00
Remove unnecessary dbg
This commit is contained in:
@@ -121,7 +121,6 @@ impl<AS: AddressbookStore> CalendarStore for ContactBirthdayStore<AS> {
|
|||||||
object_id: &str,
|
object_id: &str,
|
||||||
) -> Result<CalendarObject, Error> {
|
) -> Result<CalendarObject, Error> {
|
||||||
let (addressobject_id, date_type) = object_id.rsplit_once("-").ok_or(Error::NotFound)?;
|
let (addressobject_id, date_type) = object_id.rsplit_once("-").ok_or(Error::NotFound)?;
|
||||||
dbg!(addressobject_id, date_type);
|
|
||||||
self.0
|
self.0
|
||||||
.get_object(principal, cal_id, addressobject_id)
|
.get_object(principal, cal_id, addressobject_id)
|
||||||
.await?
|
.await?
|
||||||
|
|||||||
Reference in New Issue
Block a user