From 91e693d53a503015f72011fc9d3a34f9573662de Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 30 Mar 2020 14:43:17 +0300 Subject: [PATCH] Remove unnescessary println --- project/src/main.rs | 1 - 1 file changed, 1 deletion(-) 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 =