From 57f26a0ddf2dfae509e8416588f3dcbf297f9423 Mon Sep 17 00:00:00 2001 From: Rohan Sircar <47449547+rohan-sircar@users.noreply.github.com> Date: Fri, 23 Apr 2021 00:38:46 +0530 Subject: [PATCH] foo --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index d602d6b..220d689 100755 --- a/src/main.rs +++ b/src/main.rs @@ -109,8 +109,6 @@ async fn main() -> std::io::Result<()> { } else { server.bind(addr)? }; - println!("whoops"); - server.run().await }