diff --git a/project/src/main.rs b/project/src/main.rs index 5093ff9..10e575e 100644 --- a/project/src/main.rs +++ b/project/src/main.rs @@ -17,7 +17,6 @@ async fn add_user( form: web::Json, ) -> Result { let conn = pool.get().expect("Pool did not give a connection"); - println!("Hi"); // use web::block to offload blocking Diesel code without blocking server thread let user =