remove debug statement

This commit is contained in:
Lennart
2023-09-07 19:20:10 +02:00
parent 407a85dc39
commit c4990f5832

View File

@@ -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()