diff --git a/application/src/components/participant.rs b/application/src/components/participant.rs index b994bff..ef0331c 100644 --- a/application/src/components/participant.rs +++ b/application/src/components/participant.rs @@ -16,8 +16,6 @@ async fn modify_participant( ) -> Result<(), ServerFnError> { let websocket_state = &server::WEBSOCKET_STATE; - println!("Participant: {:?}", participant); - let updated: Option = DB .update(("participant", &id)) .content(&participant) @@ -153,7 +151,13 @@ pub fn Modal() -> impl IntoView { prop:value=name /> -