aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs6
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()
}