From 3cd2aa5b4b4592e136d0c25231d93b47f810eac6 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 16 May 2021 15:49:03 -0700 Subject: refactor(subs): remove two second delay before prompt initiailization --- src/subs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subs.rs b/src/subs.rs index 1066c3f..18107bc 100644 --- a/src/subs.rs +++ b/src/subs.rs @@ -44,7 +44,7 @@ pub async fn run() { std::thread::sleep(std::time::Duration::default()); } } else { - std::thread::sleep(std::time::Duration::from_secs(2)); + // std::thread::sleep(std::time::Duration::from_secs(2)); Prompt::handle().await; } -- cgit v1.2.3