diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-02-13 22:58:31 +0000 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2021-02-13 22:58:31 +0000 |
| commit | e7d234e305c7c0d6040f1b69eaf70f10e2550042 (patch) | |
| tree | d3489bbf148c6544469758e95eec8cda7841eee8 /src/main.rs | |
| parent | Update widget (diff) | |
| download | atuin-e7d234e305c7c0d6040f1b69eaf70f10e2550042.zip | |
Remove panic
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.rs b/src/main.rs index 86540a97..920cd0a3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -85,11 +85,5 @@ impl Atuin { fn main() -> Result<()> { pretty_env_logger::init(); - let session = env::var("ATUIN_SESSION"); - - if session.is_err() { - panic!("Please follow the atuin setup! Missing session.") - } - Atuin::from_args().run() } |
