mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 18:12:27 +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") {
|
||||
uid.truncate(uid.len() - 4);
|
||||
}
|
||||
dbg!(&body);
|
||||
context
|
||||
.store
|
||||
.write()
|
||||
|
||||
Reference in New Issue
Block a user