diff options
| author | Fuwn <[email protected]> | 2021-05-20 03:33:14 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-20 03:33:14 -0700 |
| commit | 3649ef651830cc85bbc2b61d41a402d4c6ea30ba (patch) | |
| tree | b62b4df3c361be6b9fd5f6c663c74654befbbdce | |
| parent | ci(codecov): setup (diff) | |
| download | whirl-3649ef651830cc85bbc2b61d41a402d4c6ea30ba.tar.xz whirl-3649ef651830cc85bbc2b61d41a402d4c6ea30ba.zip | |
docs(whirl): remove un-needed comment
| -rw-r--r-- | whirl/src/subs.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/whirl/src/subs.rs b/whirl/src/subs.rs index 09303c9..36b00a5 100644 --- a/whirl/src/subs.rs +++ b/whirl/src/subs.rs @@ -43,7 +43,6 @@ pub async fn run() { std::thread::sleep(std::time::Duration::default()); } } else { - // std::thread::sleep(std::time::Duration::from_secs(2)); Prompt::handle().await; } |