From 7dcdd3873be03e914887e58f1e9496a0e32ef546 Mon Sep 17 00:00:00 2001 From: Mitchell Marino Date: Tue, 4 Apr 2023 13:59:36 -0500 Subject: [PATCH] --amend --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 84b98eb..49f08ce 100644 --- a/src/main.rs +++ b/src/main.rs @@ -45,7 +45,6 @@ async fn main() { // basic handler that responds with a static string async fn root() -> &'static str { - println!("jjjj",); "Hello, World!" }