mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
remove debug statement
This commit is contained in:
@@ -61,7 +61,6 @@ pub async fn put_event<A: CheckAuthentication, C: CalendarStore>(
|
|||||||
if uid.ends_with(".ics") {
|
if uid.ends_with(".ics") {
|
||||||
uid.truncate(uid.len() - 4);
|
uid.truncate(uid.len() - 4);
|
||||||
}
|
}
|
||||||
dbg!(&body);
|
|
||||||
context
|
context
|
||||||
.store
|
.store
|
||||||
.write()
|
.write()
|
||||||
|
|||||||
Reference in New Issue
Block a user